Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 271 Bytes

functional-javascript-koans

Shape up your skills in writing functional JavaScript.

Install and run

npm install             # install dependencies
npm test                # run tests
npm test -- --watch     # run tests and rerun tests on change