Changelog

tc39/ecma262 · · 1 commit

reduce docs clarified for initialValue behavior

A small editorial tweak clarifies when Array.prototype.reduce/reduceRight skip the first callback call depending on initialValue.

Other misc changes

  • Editorial clarification to Array.prototype.reduce and reduceRight notes about skipping the first callback call when no initialValue is provided (michaelficarra8ebc410).