1.0.0 • Published 8 years ago

javascript.koans v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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