File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Implement Array#reduce using recursion.
99To test your reduction works correctly we will use your reduce implementation to execute our solution
1010to the previous basic_reduce problem. i.e. your reduce function will be passed an array of words, and
1111a function, and an initial value which will return an object containing the counts for each word found
12- in the array. You don't need to implement this functionality, it will supplied to your reduce
12+ in the array. You don't need to implement this functionality, it will be supplied to your reduce
1313implementation.
1414
1515For simplicity, your implementation of reduce **need not replicate the behaviour of a reduce missing an initial value**.
You can’t perform that action at this time.
0 commit comments