Javascript falsy values

The falsy values are:false, null, undefined, 0, -0, NaN, and "".

All other values, including all objects, are truthy

-From JavaScript: The Definitive Guide

发布了130 篇原创文章 · 获赞 20 · 访问量 30万+

猜你喜欢

转载自blog.csdn.net/yuxuac/article/details/98958467