In computer science, a null
value represents a reference that points, generally intentionally, to a nonexistent or invalid object or address. The meaning of a null reference varies among language implementations.
In JavaScript, null is one of the primitive values.
Learn more
General knowledge
- Null pointer on Wikipedia
Technical reference
- JavaScript data types and data structures
- The JavaScript global object:
null