https://github.com/iansinnott/ian-koans
https://github.com/iansinnott/ian-koans
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iansinnott/ian-koans
- Owner: iansinnott
- Created: 2014-05-18T18:25:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T05:37:23.000Z (about 12 years ago)
- Last Synced: 2025-01-25T05:41:57.062Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ian Koans
A crash course in the quirks of JavaScript
## The Koans
While coding in JS, I often found myself running into various quirks and inconsistencies in the language. I figured it would be best to document these quirks somehow so I could reference my own work later. I was inspired by the excellent [Ruby Koans](http://rubykoans.com/) to use unit tests as the medium.
## Unit Tests
All tests make use of the following tools:
- Mocha
- Chai
- Sinon