Edit This Page

reduce(callback, initialValue)

This is the equivalent of Array.prototype.reduce

This is an alias of aggregate(callback, initialValue)