isUndefined

  • function
 

Checks to see if the provided item is undefined or not

Lang.isUndefined(thing)

Checks to see if the provided item is undefined or not

Parameters

  1. thing

    {Array|String|Object} item to be tested for its existence

Returns

{Boolean}

will return true if thing is null, undefined, NaN. Otherwise it will return null.