JavascriptOO : Every javascript project you should be looking into.
With examples, categories, install commands, CDN links, project and author stats, and more.
Eloquent JavaScript : Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
Classical Inheritance in JavaScript : JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be puzzli...
This is a collection of JavaScript wizardry that can shave bytes off of your code.