timoxley/functional-javascript-workshop

Recursion Bug

drbrounsuga opened this issue · 0 comments

  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