FunctionsisNullOn this pageisNull Check if a value is a null. Parameters ParameterTypeOptionalDefaultDescriptionvalueanyfalseThe value to check. Returns boolean Example isNull(16777215); // falseisNull(null); // true