Skip to content

typeof null 的结果是什么,为什么?

Posted on:2024年8月22日 at 04:07

typeof null 的结果是 "object"。这是一个 JavaScript 的古老错误,源于语言的早期实现。

原因

示例

console.log(typeof null); // "object"
原文转自:https://fe.ecool.fun/topic/234049cc-fdfc-4f73-ad2c-e1a03b6cea84