01.基本数据类型

基本数据类型(7种)
number 1,2,3......
string '你好', 'hello', "helleo"
boolean false/ true
null  
undefined  
symbol  
object arr/fuction

标识符 : 所有用户自定义的名字叫做标识符

1.不能以数字开头

2.区分大小写(name 和Name是两个变量)

3.标识符一般见名知意

 

posted @ 2020-07-14 07:00  ScottRhee  阅读(199)  评论(0编辑  收藏  举报