Skip to content
DOCS.IO
Main Navigation
ECMAScript
Toolkit
Environment
Appearance
Menu
Return to top
On this page
null
表示没有值
typeof
由于历史原因,
null
存在以下问题
js
typeof
null
===
"object"
;
// returns true
1
2