List of falsy values in JavaScript:From MDN
false
null
undefined
0
NaN
''
document.all
List of all Falsey values in JavaScript (all other values would be treated as Truthy).
false
0
-0
""
''
null
undefined
NaN
No comments:
Post a Comment