Nullish value
In {{Glossary("JavaScript")}}
, a nullish value is the value which is either null
or {{JSxRef("undefined")}}
. Nullish values are always {{Glossary("falsy")}}
.
In {{Glossary("JavaScript")}}
, a nullish value is the value which is either null
or {{JSxRef("undefined")}}
. Nullish values are always {{Glossary("falsy")}}
.