深入了解JavaScript底层原理

1. 七种内置类型 基本类型: null,undefined,boolean,number(浮点类型),string,symbol(es6)。 对象:Object。 复制代码 类型转换 typeof: typeof 1 // 'number'