Skip to content
On this page

1.学习一门语言了解这门语言的数据类型至关重要

javascript中数据类型分为两大类

2.基本数据类型

string
number
boolean
undefined
null

特殊数据类型

object