Blogger Information
Blog 32
fans 2
comment 2
visits 23304
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【JS作业0225】数据类型理解操作和检测方式
暴风战斧
Original
666 people have browsed it

【字符串,对象,null,undefined】

1、字符串:字符串可以是引号中的任意文本

2、对象:对象由花括号分隔。在括号内部,对象的属性以名称和值对的形式 (name : value) 来定义

3、null:也是一个值,只是为空

4、undefined:表示变量不含有值

【控制台测试】

2.png2.1.png2.2.png2.3.png2.4.png

【数据类型检测】

字符串(String)、数字(Number)、布尔(Boolean)、未定义(Undefined)、对象(Object):使用typeof检测

数组(Array):使用Array.isArray()检测

空(Null):使用自定义函数检测

1.1.png1.png

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:一天的作业, 不必分成几个博客
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments