As a self-reference, I have been collecting JavaScript patterns and antipatterns from all over the web and books. I have put some up to github, this is a growing collection. Here is the list of categories: function patterns, jQuery patterns, design patterns, general patterns, literals and constructor patterns (upcoming), object creation patterns (upcoming), code reuse patterns (upcoming), DOM and browser patterns (upcoming).
The github page is at: http://shichuan.github.com/javascript-patterns/
It’s not a book or anything, just code collection (though some code comment might be added later for readability purpose). It’s taken from patterns explained by @stoyanstefanov, @paul_irish, @ded, @mathias, @addyosmani, Douglas Crockford and many more.
There are always new patterns coming out, so if you got any idea of adding a new pattern, feel free to request it at: https://github.com/shichuan/javascript-patterns or ping me at @shichuan.




holy cow. you rule!!
Hey that’s awesome dude.
JavaScript is difficult for me!
There’s a small typo in the first paragraph: “aitnpatterns”
@Dan Nye: it’s corrected, thanks for pointing it out :)