mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
516 B
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: