10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
p= null
|
|
p= undefined
|
|
p= ''
|
|
p= 0
|
|
p= false
|
|
p(foo=null)
|
|
p(foo=undefined)
|
|
p(foo='')
|
|
p(foo=0)
|
|
p(foo=false) |