Checks if the specified value is not null and not undefined.
null
undefined
Value to check.
true if the value is defined.
true
value
Checks if the specified value is not
null
and notundefined
.