Null?
Checks if an object is null.
Syntax
null?(Object)
Description
Given an object, returns true
if it is null, and false
otherwise.
Checks if an object is null.
null?(Object)
Given an object, returns true
if it is null, and false
otherwise.