An open API service indexing awesome lists of open source software.

https://github.com/jackfirth/codeclass-fp-js

Exercises for Functional Programming in Javascript
https://github.com/jackfirth/codeclass-fp-js

Last synced: 2 months ago
JSON representation

Exercises for Functional Programming in Javascript

Awesome Lists containing this project

README

        

# codeclass-fp-js
Exercises for Functional Programming in Javascript (https://jackfirth.github.io/codeclass-fp-js/#/main)

To use, clone the repo, open your terminal, `cd` into the project root, and run `npm install`.

Once installation is complete, run `npm run-script ex1` to run the tests for exercise 1. `ex2`, `ex3`, and `ex4` run tests for each of the other exercises. The script will watch the exercise directory for changes and re-run the tests whenever you edit the code.