On Javascript

I’ve come to appreciate the flexability of Javascript. In particular, how you can solve a problem in a number of different yet elegant ways.

Recently I’ve come across two sites that do a rather good job explaining a number of nice JS patterns. I’ll leave this here for your perusal.

http://shichuan.github.com/javascript-patterns/ https://github.com/rwldrn/idiomatic.js

And of course if you haven’t see it, check out this video of The Good Parts.