标签:asc top func symbol string number array 函数 define
1、object
2、undefined
3、string
4、number
5、boolean
6、function
特别注意 typeof [ ] 和 typeof null 返回的都是object
typeof(Object)和typeof(Array)的结果是function,因为Object和Array本身就是内置函数。
javascript中的数据类型:
(symbol是ES6中新增的数据类型)
标签:asc top func symbol string number array 函数 define
原文地址:https://www.cnblogs.com/chm-blogs/p/11530772.html