timoxley / functional-javascript-workshop

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

Trampoline explanation #183

Open alejandroiglesias opened 7 years ago

alejandroiglesias commented 7 years ago

I think the explanation for the trampoline exercise assumes that the reader is familiar with the concept. I wasn't and had a hard time to grasp it since the online resources I found weren't clear or were not related to JS. I think there's room for improving the explanation so that it's clear why and what for a trampoline is. Cheers.