标签: javascript typeof
typeof null 在JavaScript中返回 object 。只要 typeof 运算符传递给 null ,它就会返回对象
console.log(type of null);