JavaScript-Koans
JavaScript-Koans copied to clipboard
javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.
– all tests have been corrected.
Following on from #97, also updated the support libraries to the latest versions then minified them as they're getting rather large compared to the repo. Main reason for updating QUnit...
* Fix inconsistent use of single and double quotes. Now favours double quotes. * Fix inconsistent space and tab indenting, and remove trailing whitespaces. Now 4 space indent. * Removed...