Appearance
null
undefined
let foo
foo
这两个都是JavaScript的基本数据类型 在使用typeof null时会返回object,这是JavaScript中的一个历史遗留的Bug
JavaScript
typeof null
object