Byte saving techniques : This is a collection of JavaScript wizardry that can shave bytes off of your code.
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...
Trunk Based Development : A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-l...
Vanilla List : The Vanilla Javascript Repository. A searchable repository of dependency-free JavaScript libraries. Over 100 projects and growing.
Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.