1
- # Javascript Koans - koans to learn Javascript (the good bits) #
2
-
1
+ # javascript-koans
3
2
Based on Edgecase's fantastic
4
3
[ Ruby koans] ( http://github.com/edgecase/ruby_koans ) , the goal of the
5
4
Javascript koans is to teach you Javascript programming through
@@ -15,8 +14,7 @@ koans will be very simple, so don't overthink them! As you progress through
15
14
more koans, more and more Javascript syntax will be introduced which will allow
16
15
you to solve more complicated problems and use more advanced techniques.
17
16
18
- ### Running the Koans from a Browser
19
-
17
+ ## Running the Koans
20
18
Simply navigate to the Javascript Koans folder using a file browser, and
21
19
double click on KoansRunnner.html.
22
20
@@ -31,19 +29,13 @@ The test runner used is [Jasmine](http://pivotal.github.com/jasmine/) with a
31
29
customized report viewer.
32
30
33
31
### Changelog
34
-
35
32
* v3 - Nov 2010 - Moved out of branch of functional-koans project, into own top level project
36
33
* v2 - Sept 2010 - Second version based on jasmine (Thanks Greg Malcolm!)
37
34
* v1 - July 2010 - First version based on jsTestDriver
38
35
39
- ### Inspirations & thanks
40
-
36
+ ### Acknowledgements
41
37
* Dick Wall (the Java posse) - for bringing the idea of koans to my attention
42
38
* Edgecase - for the great Ruby Koans
43
39
* Douglas Crockford - for Javascript; the good bits
44
40
45
- ##### License
46
-
47
- This software is (c) 2010 David Laing & Greg Malcolm, and licensed under the MIT license (see
48
- LICENCE for details). Enjoy!
49
-
41
+ ### [ MIT Licensed] ( LICENSE )
0 commit comments