Returns whether the given object is null
the object to check
whether the given object is null
isNull(null); // trueisNull({}); // false Copy
isNull(null); // trueisNull({}); // false
Returns whether the given object is null