知识总结
面试题
JavaScript 的类型分为两大类,一类是原始类型,一类是复杂(引用)类型。
boolean
null
undefined
number
string
symbol
Object
还有一个没有正式发布但即将被加入标准的原始类型 BigInt。
BigInt