Why is JavaScript null being evaluated strangely?
Why was JavaScript running the way it is?
Consider the following example:
null == 0 // false
null >= 0 // true
null > 0 // false
+3
DaBuj
source
to share
No one has answered this question yet
See similar questions:
98
23
or similar:
7649
7494
7432
7287
5670
4829
3915
2288
1511
1077