Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeLanguages
JavaScript
ecma11
Null type

ECMAScript Language Specification, Version 11
4.3.13. Null type

Read this Section of the Authoritative Specification

https://www.ecma-international.org/ecma-262/11.0/index.html#sec-terms-and-definitions-null-type

3 Documented Misconceptions

Misconception
NullAndUndefinedAreTheSame
The values null and undefined are the same
Misconception
NullIsObject
null is an object
Misconception
TypeofNullIsNull
The value null is of type 'null'

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors