定义和用法
- reduce() 方法接收一个函数作为累加器,数组中的每个值(从左到右)开始缩减,最终计算为一个值。
- reduce() 可以作为一个高阶函数,用于函数的 compose。
- 注意: reduce() 对于空数组是不会执行回调函数的。
- 语法:array.reduce(function(total, currentValue, currentIndex, arr), initialValue)
1 | // 数字值求和,例子1: |
天道酬勤 厚德载物
1 | // 数字值求和,例子1: |
微信支付
支付宝