Nullish value
In JavaScript
, a nullish value is the value which is either
null
or
undefined
. Nullish values are always falsy
.
Updated on April 20, 2024 by Datarist.