archives

« Bugzilla Issues Index

#283 — 15.4.4.21 + 15.4.4.22: previousValue description


15.4.4.21 Array.prototype.reduce ( callbackfn [ , initialValue ] ) and
15.4.4.22 Array.prototype.reduceRight ( callbackfn [ , initialValue ] )

say:
"...the previousValue (or value from the previous call to callbackfn)..."


Insert "value of initialValue" before "or".


The current language seems ok now.