Checks if a value is not undefined or null.
undefined
null
The type when the value is defined
The value to check
true if the value is neither undefined nor null
true
Checks if a value is not
undefinedornull.