null is not an object, it is a primitive value . For example, you cannot add properties to it. Sometimes people wrongly assume that it is an object, because typeof null returns “object” . But that is actually a bug (that might even be fixed in ECMAScript 6).