Blogger Information
Blog 19
fans 0
comment 0
visits 9875
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
常用的函数类型和常用的数据类型
newbie
Original
1245 people have browsed it

常用的函数类型

1.命名函数

命名函数就是正常在创建时就赋予函数名的函数,可以直接声明并且调用;

1.匿名函数

匿名函数就是在创建时没有赋予函数名的函数,匿名函数需要把自己当做值赋值给变量才能被声明使用;

1.立即调用函数

立即调用函数属于匿名函数的一种,在函数体接着跟上声明参数直接使用;

1.箭头函数

箭头函数属于匿名函数的简写

常用的数据类型

常规数据类型

1.字符串

2.数值型

3.布尔型

4.null

5.undefined

引入型数据类型

1.对象

2.数组

3.函数

Correcting teacher:PHPzPHPz

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
Author's latest blog post