Code kata for ramda, these are my notes based mostyl on Biran Lonsedorf FrontendMasters course, adopted to TypeScript https://frontendmasters.com/courses/hardcore-js-v2
- https://www.youtube.com/watch?v=AvgwKjTPMmM
- https://github.com/MostlyAdequate/mostly-adequate-guide
- https://egghead.io/courses/professor-frisby-introduces-composable-functional-javascript
- https://jaysoo.ca/2016/01/13/functional-programming-little-ideas/
- https://github.com/DrBoolean
- https://www.youtube.com/watch?v=JZSoPZUoR58 - A Million Ways to Fold in JS
- https://www.youtube.com/watch?v=SfWR3dKnFIo - Brian Lonsdorf - Oh Composable World!
clone repository from github
git clone git@github.com:gom3s/kata-ramda.git
install dependencies
npm install
npm test