isNull

  • function
 

Checks to see if the provided item is null or not

Lang.isNull(thing)

Checks to see if the provided item is null or not

Parameters

  1. thing {Object}

    item to be tested

Returns

{Boolean}

will return true if thing is a valid object. Otherwise it will return false.