Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liammclennan/JavaScript-Koans
javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.
https://github.com/liammclennan/JavaScript-Koans
Last synced: 1 day ago
JSON representation
javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.
- Host: GitHub
- URL: https://github.com/liammclennan/JavaScript-Koans
- Owner: liammclennan
- License: mit
- Created: 2010-10-20T04:53:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T07:00:59.000Z (9 months ago)
- Last Synced: 2024-10-29T17:49:58.189Z (13 days ago)
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 1,390
- Watchers: 60
- Forks: 1,281
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Support: support/jquery-1.4.1.js
Awesome Lists containing this project
- awesome-by-example - JavaScript Koans: An interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence
README
Update
======JavaScript Koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.
The inspiration for this project comes from the Edgecase Ruby Koans and the book 'Javascript: The Good Parts'.
Open the file jskoans.htm in your favourite browser and make the tests pass.
The koans use the [Qunit](http://qunitjs.com/) test syntax and test runner.
Get started with Ryan Anklam's [Learn JavaScript completely On the Cloud With the JavaScript Koans and Cloud9 IDE](http://blog.bittersweetryan.com/2011/08/learn-some-javascript-completely-on.html)