Friday, May 18th, 2007
Javascript Kata
Dave Thomas created the Code Kata as a way to practice your art. Practice makes perfect.
Dan Simard has created JavaScript Kata as a place for us to get jiggy with JS. It isn’t in quite the same spirit as the Code Kata, as it contains items such as don’t use the alert() function.
Other items are:
- How to use the self with object-oriented javascript and closures
- How to use JSON
- How to do a non-destructive overwrite of a function in javascript
- Mastering the date object in javascript












Thanks for all the links ^_^
Thanks a lot for the Links. C.u. Peter
I liked the idea of katas when I first came across them and wrote up a bunch of Ajax code katas a while back …
http://ajaxpatterns.org/Katas