【发布时间】:2011-05-08 02:08:44
【问题描述】:
根据 Professional Javascript for Web developers 数组不是 Javascript 中的数据类型:
❑ “undefined” if the value is undefined
❑ “boolean” if the value is a Boolean
❑ “string” if the value is a string
❑ “number” if the value is a number
❑ “object” if the value is an object or null
❑ “function” if the value is a function
对吗?
【问题讨论】:
标签: javascript arrays types