Google JavaScript Style Guide

This document serves as the complete definition of Google’s coding standards
for source code in the JavaScript programming language. A JavaScript source file
is described as being in Google Style if and only if it adheres to the rules
herein. Read more

Similar

JavaScript Trends to Watch in 2017

Redux creator Dan Abramov asked his massive audience of JS devs on Twitter what the most interesting things in the JS world are. I condensed the huge list of responses to the most popular ones here. It's a very interesting look into the future of JS over ... (more…)

Read more »

Mastering Modular JavaScript

Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Mastering Modular JavaScript is the second book in the series, and it discusses module thinking in detail. Mastering M... (more…)

Read more »