Returns whether the given object is not null or undefined
the object to check
whether the given object is not null or undefined
isNotNil('foobar'); // trueisNotNil([]); // true Copy
isNotNil('foobar'); // trueisNotNil([]); // true
Returns whether the given object is not null or undefined