Skip to content

javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.

License

Notifications You must be signed in to change notification settings

juanmaguitar/JavaScript-Koans-Pro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Koans Pro

This repository contains some exercises (koans) to practice Javascript concepts. The purpose of the exercise is to get all tests passing by filling in the gaps in the code (test files)

This repository is based (forked) on https://github.com/daveikaye/jquery-koans

Working

To start working w/ the katas on the browser you can install the dependencies by doing

npm install

And then launch the koans page in the browser by doing

grunt serve

If you have the livereload plugin in the browser, every time you change a .js file, the page in the browser will be updated automatically.

So you can start filling in the gaps (in the topics/*.js files) to "solve" every test

Solutions

My solutions are available on the solutions branch. To get this version you must do

git checkout solutions

You can also see all the tests passing at http://juanmaguitar.github.io/JavaScript-Koans-Pro/jskoans.html

Notes from the original author

If you like JavaScript Koans you might enjoy my newer, more user friendly, project Didacto: JavaScript

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 test syntax and test runner.

Get started with Ryan Anklam's Learn JavaScript completely On the Cloud With the JavaScript Koans and Cloud9 IDE

About

javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 5.1%
  • HTML 2.5%