Nulls
The null value — an explicit absence of a value.
Last updated
Was this helpful?
Was this helpful?
N # null — no value
"" # an empty string (a value)
[] # an empty array (a value)n # open string "n", not null
NULL # open string "NULL", not null
Null # open string "Null", not null
nil # open string "nil", not null
undefined # open string "undefined", not null