null (JS)
RU: null (JS)
The JavaScript primitive value representing deliberate absence of any object or value. Distinct from undefined. typeof null returns "object" due to a historical language bug.
RU: null (JS)
The JavaScript primitive value representing deliberate absence of any object or value. Distinct from undefined. typeof null returns "object" due to a historical language bug.