Skip to content

null

  • 表示没有值

typeof

  • 由于历史原因,null存在以下问题
js
typeof null === "object";
// returns true

Coded by Yang_Lee