@nathanfaucett/array-reduce
Version:
applies a function against an accumulator and each value of the array (from left-to-right) to reduce it to a single value.
8 lines (5 loc) • 116 B
YAML
applies a function against an accumulator and each value of the array (from left-to-right) to reduce it to a single value.