According to "8.2 The Null Type" chapter of Ecma-262 "null" is type.
But typeof(null) is object, so null is just a value of type object.
How could it be?
According to "8.2 The Null Type" chapter of Ecma-262 "null" is type.
But typeof(null) is object, so null is just a value of type object.
How could it be?