Files
developer-roadmap/roadmaps/javascript/content/null@CxyNyFMuTLS3owtRMgClD.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

516 B

null

null is a primitive value that explicitly represents the absence of any value or object. It is typically used to indicate that a variable intentionally holds no value. typeof null returns "object", which is a known quirk of the language from its original implementation.

Visit the following resources to learn more: