What JavaScript code style is the most popular

The are two big holy war questions about code style in JavaScript: tabs vs. spaces and semicolons vs. no semicolons. Can we all just adopt the most popular style if there is one, and stop arguing?

Similar

JavaScript Date

<p>I recently used the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a> builtin to implement some date/time manipulation in JavaScript. Some parts of it were quite surprising. I thi... (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 »