null object is an object in javascript so why is it not fixed?

This question already has an answer here:

  • Why is null an object and what's the difference between null and undefined? 20 answers

  • Null is not an object, its a primitive value.

    Reference: link see Axel Rauschmayer answer

    链接地址: http://www.djcxy.com/p/76330.html

    上一篇: 为什么typeof getResponseHeader是对象,即使为null?

    下一篇: null对象是JavaScript中的对象,为什么它不被修复?