isUndefined()

Checks if the object is undefined.

Signature

isUndefined(Object obj)

Parameters

obj
Type: Object
The object to check.

Returns

Type: Boolean
Returns true if the object is undefined, or false otherwise.