[JS] Falsy Values
Last updated
Was this helpful?
Last updated
Was this helpful?
A falsy (or falsey) value is a value that's considred false
when encountered in a Boolean context.
false
The keyword .
0
The zero (so, also 0.0
, etc., and 0x0
).
-0
The negative zero (so, also -0.0
, etc., and -0x0
).
0n
The zero (so, also 0x0n
). Noe that there is no negative zero -- the negation of 0n
is 0n
.
""
, ''
, ``
Empty value.
-- the absence of any value.
-- the primitive value.
-- not a number.
Objects are falsy if and only if they have the internal slot. That slot only exists in document.all
and cannot be set using JavaScript.