ES6学习笔记
1、forEach
array.forEach((item)=>{
return
})
2、map
3、filter
4、find
5、every&some1
7、reduce
8、let/const
9、模板字符串
10、箭头函数
11、增强对象字面量
12、函数参数默认值
13、展开运算符
14、解构
15、面向对象class
16、数据结构map
17、数据结构: set
18、Promise
19、fetch(请求三种数据格式)
20、封装fetch库(增删改查)
使用

