Returns whether the given argument is either undefined or null.
undefined
null
Note that empty strings or zero are not considered to be "missing".
For the opposite of up.util.isMissing() see up.util.isGiven().
up.util.isMissing()
up.util.isGiven()