An interactive guide to learning Ramda and functional programming in JS.
- Node 10.0.0 and above
You will only have to do this once per computer you wish to work on this project.
- Open a terminal
- Run
cd ~/Projects
or whereever your projects directory is located - Run
git clone https://github.com/eccentric-j/learn-ramda.git
- Run
cd learn-ramda
- Run
npm install
- Run
npm test
Now open up courses/1-ramda-basics/1-intro.js
in your editor.
Answer questions, fix tests, and come up with logic to make each test pass.
As you save your files the tests should rerun to make it as fast as possible.