Reputation: 21
How do I run the JavaScript Koans on the following site?
https://github.com/mrdavidlaing/javascript-koans/tree/master/koans
I follow the instructions in the README doc, but it just opens up some code, and I can't do anything from there.
Can somebody please give me a quick walkthrough on how to execute those Koans? Do I need to download some type of software?
Any help is much appreciated.
Upvotes: 1
Views: 2012
Reputation: 3289
Here's what to do: Download and extract the zip file from the github page. Navigate to the extracted folder and double-click the KoansRunner.html file.
You'll benefit from a JavaScript editor (try Notepad++ http://notepad-plus-plus.org/). Then go to the koans folder, open the .js files in Notepad++ and done!
Upvotes: 2