Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 607 Bytes

File metadata and controls

19 lines (13 loc) · 607 Bytes

Functional Programming Exercises

Introductory exercises on functional programming concepts using JavaScript.

Base repository for the Functional Programming: Concepts and Exercises goal.

Getting Started

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:

  1. Fork this repo
  2. Clone your fork
  3. Install npm packages with npm install
  4. Run your tests with npm test
  5. Work on an exercise
  6. Make the tests pass
  7. Repeat steps 4-6 for big fun