boolean-uk / software-developer

0 stars 0 forks source link

Add Functional Javascript to the Course #102

Open glowkeeper opened 2 years ago

glowkeeper commented 2 years ago

I'm thinking of putting together a repo' that introduces functional javascript to the course - nothing too heavy (so maybe not functors and monads and the like), but an introduction to many of the tools students 'need' when they come to react and beyond...stuff like pure high order functions, map, reduce, recursive functions - maybe even currying and partial application. Thoughts?