Other misc changes
- Editorial clarification to
Array.prototype.reduceandreduceRightnotes about skipping the first callback call when noinitialValueis provided (
8ebc410).
tc39/ecma262 · · 1 commit
A small editorial tweak clarifies when Array.prototype.reduce/reduceRight skip the first callback call depending on initialValue.
Array.prototype.reduce and reduceRight notes about skipping the first callback call when no initialValue is provided (
8ebc410).