javascript.koans
v1.0.0
Published
In this set of examples and tests we cover advanced JavaScript concepts such as closure, inheritance, variable hoisting, 'this' with context switch...
Downloads
1
Readme
JavaScript Koans: Advanced concepts
In this set of examples and tests we cover advanced JavaScript concepts such as closure, inheritance, variable hoisting, 'this' with context switch...
Clone this repository from Github and run npm install
or npm i
Then you can run the test with npm test
We use Mocha in this repository.
This repository is also configured to run with WallabyJS.
Feel free to send us PRs