foundersandcoders / mc-waterfall-chaser

:droplet: ~~Don't~~ Go Chase[ing] Waterfalls :droplet:
1 stars 0 forks source link

Clean up code/solution #8

Closed oliverjam closed 5 years ago

oliverjam commented 5 years ago
  1. Switch challenge to use arrow functions for anonymous callbacks (they're a lot easier to read)
  2. Put full solution in standalone js file (with comments explaining each step)
  3. Replace solution README (which was just a copy/paste of the main README) with an actual step-by-step explanation of how the recursive solution works