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