Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 250 Bytes

lei-xing-zhuan-huan.md

File metadata and controls

23 lines (15 loc) · 250 Bytes

类型转换

  • 数据类型
  • 显式类型转换
  • 隐式类型转换

数据类型

最新的ECMAScript标准定义了7种数据类型

基本数据类型

  • Undefined
  • Null
  • Boolean
  • Number
  • String
  • Symbol

复杂数据类型

  • Object