JavaScript Koans - exercises for my JavaScript workshop.
- Intro (Jest)
- Objects
- Functions part 1
- Arrays
- Functions part 2
- Functions part 3
- OOP
- Observable
- Promises
- Redux
- git client
- NodeJS 12.7.0+ & NPM 6.10.2+
- Recommended Visual Studio Code extensions:
git clone https://github.com/8pointers/JavaScript-Koans.git koans
cd koans
npm installfirst install jest globally: npm install -g jest. Then run the test file with jest:
jest path/to/file.test.jsor
cd path/to
jest file.test.jsnpm test