Edit this page

up.util up.util.isMissing(object)
JavaScript function

Returns whether the given argument is either undefined or null.

Note that empty strings or zero are not considered to be "missing".

For the opposite of up.util.isMissing() see up.util.isGiven().

Parameters

object

Return value

boolean