JavaScript Koans - exercises for my JavaScript workshop.
- Intro (Jest)
- Objects
- Functions part 1
- Arrays
- Functions part 2
- Functions part 3
- OOP
- Observable
- Promises
- Redux
- NodeJS 10.1.0 or newer
- npm 5.6.0 or newer
npm install
To run all the tests from command line:
npm test
If you are using Visual Studio Code, vscode-jest should work out-of-the-box.