文章加密

;

2018年12月10日 星期一

array.from , reduce() ,


  1. The Array.from() method creates a new, shallow-copied Array instance from an array-like or iterable object.
  2. reduce() 方法接收一个函数作为累加器,数组中的每个值(从左到右)开始缩减,最终为一个值,是ES5中新增的又一个数组逐项处理方法,那reduce方法跟foreach、map等数组方法又有啥区别呢。

沒有留言:

張貼留言