Determines whether the given value is either null or undefined.
null
undefined
The value to check.
Returns true if the value is null or undefined, otherwise false.
true
false
Determines whether the given value is either
null
orundefined
.