⚡️ My workshop to teach functional programming principles in JavaScript
$ git clone https://github.com/kutyel/fpjs-workshop.git
...
$ cd fpjs-workshop
$ npm install
...
$ npm test
Tip: when jest
asks for which tests to run, press "o" (that will save you the noise!) 📢
See the breaking tests and follow along! 🚀
Part 1) FP Basics: curry, compose & pointfree 🐏
Part 2) Lenses! 👓
The slides for part 3 can be found in this same repo, on the deck.mdx file!