52

Typical JS
null > 0 //false
null == 0 //false
null >= 0 //true

Wtf?

Comments
Add Comment