null == 0 // false
null > 0 // false
null < 0 // false

null >= 0 // true
null <= 0 // true

The above expressions are weird compared to the all-false "undefined". Why
doesn't the spec treat null like undefined?
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to