JS ⟩ value ⟩ primitive ⟩ null
a literal that represents the intentional absence of any object value.
null
is a literal.
is a reserved word❗
has no primitive wrapper, can't call methods, has no properties.
null and undefined are the only two values that do not have property.❗
compare: undefined
difference between null and undefined
Last updated 2 years ago