Introductory exercises on functional programming concepts using JavaScript.
Base repository for the Functional Programming: Concepts and Exercises goal.
The exercises are organized into subdirectories. Peek around the file structure to get a sense for how things are laid out.
Then, when you're ready to start:
- Fork this repo
- Clone your fork
- Install npm packages with
npm install - Run your tests with
npm test - Work on an exercise
- Make the tests pass
- Repeat steps 4-6 for big fun