truthiness in JavaScript
The following values in JavaScript are falsy; all other values are truthy.
null
undefined
false
NaN
0
-0
0n
(theBigInt
zero)""
document.all
The following values in JavaScript are falsy; all other values are truthy.
null
undefined
false
NaN
0
-0
0n
(the BigInt
zero)""
document.all
Created: 2025-10-21 Tue 00:01