3789983e89
Reviewed-by: darcy, ihse
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
x === 0
|
|
x === 1
|
|
default case x 2
|
|
default case x hello
|
|
x === null
|
|
x === undefined
|
|
x === true
|
|
x === false
|
|
default case x [object Object]
|