Reduces an array to a value which is the accumulated result of running each element in the array through the callback.
array to reduce
callback to reduce the array
initial value
the reduced value
Generated using TypeDoc
Reduces an array to a value which is the accumulated result of running each element in the array through the callback.