Checks if the specified value is null or undefined.
value
null
undefined
Value to check.
true if the value is null or undefined.
true
Checks if the specified
valueisnullorundefined.