isUndefinedOrNull()

Checks if the object is undefined or null.

Signature 

isUndefinedOrNull(Object obj)

Parameters 

obj: Type: Object. The object to check.

Returns 

Type: Boolean

Returns true if the object is undefined or null, or false otherwise.