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
- Host: GitHub
- URL: https://github.com/jackfirth/codeclass-fp-js
- Owner: jackfirth
- License: mit
- Created: 2015-08-26T04:56:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T17:07:32.000Z (over 9 years ago)
- Last Synced: 2025-03-24T05:17:14.424Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.