This content describes an older version of this product.
View Latest 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.