Represents all JavaScript falsy values.
These are values that coerce to false in boolean contexts.
false
Includes:
0
""
null
undefined
Represents all JavaScript falsy values.
These are values that coerce to
falsein boolean contexts.Includes:
false0""(empty string)nullundefined