Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 421 Bytes

File metadata and controls

13 lines (7 loc) · 421 Bytes

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