ES6语法回顾

map是映射,forEach是遍历map有返回值,返回的是一个新数组,forEach没有returnlet和const声明变量关键字 1. ES5声明变量 var 1.1 有变量预解析 1.2 ...