timoxley / functional-javascript-workshop

A functional javascript workshop. No libraries required (i.e. no underscore), just ES5.
2.06k stars 441 forks source link

Recursion Bug #166

Open drbrounsuga opened 7 years ago

drbrounsuga commented 7 years ago
  1. If you solve the reduce task, then
  2. start the recursion task
  3. then verify the reduce task asnwer...

you will get credit for solving the recursion task. I discovered this inadvertently. I was not clear on what exactly the recursion task was asking me to do so I went back to the previous task to view the official solution as mine was a bit different. I ran the verification and noticed that I passed the recursion test.

bug