Null, Undefined and Symbol
Explore the JavaScript primitive data types null, undefined, and symbol. Understand their meanings and uses, including the intentional absence of values, undefined states, and unique symbol keys.
Null, undefined, and Symbols are primitive types.
Null
Null represents an intentional absence of a primitive or composite value ...