js中逻辑为false的8种情况

如果对象无初始值或者其值为 数字0-0null""falseundefined 或者 NaN,那么对象的逻辑值为 false。

> 注意:字符串 '0',值为 true

typeof 返回的是字符串,有六种可能:"number"、"string"、"boolean"、"object"、"function"、"undefined"

原文地址:https://www.cnblogs.com/cag2050/p/6144255.html