null == 0 // false
null > 0 // false
null >= 0 // true, huh
[] + [] // ""
{} + [] // 0
typeof NaN // "number"
122700cookie-checkJavascript bads
null == 0 // false
null > 0 // false
null >= 0 // true, huh
[] + [] // ""
{} + [] // 0
typeof NaN // "number"