We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d769970 commit 333aaa0Copy full SHA for 333aaa0
5 进阶/02-JavaScript数据类型.html
@@ -20,7 +20,7 @@
20
Symbol (ECMAScript6新定义) 可以用来作为Object的key的值,也可以认为它是C里面的枚举类型
21
1种复杂数据类型(引用类型)
22
Object
23
- Array Date RegExp String Number Boolean Math null
+ Array Date RegExp String Number Boolean Math (null)
24
25
typeof 返回类型小写(number string boolean undefined object function)
26
typeof返回值为string类型,引用类型中,除function的对象都是object类型
0 commit comments