5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
null == {} ? false
|
||
|
null != {} ? true
|
||
|
null == x ? true
|
||
|
x == null ? true
|