Returns whether the given object is not undefined
the object to check
whether the given object is not undefined
isNotUndefined('foobar'); // true Copy
isNotUndefined('foobar'); // true
Returns whether the given object is not undefined