Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in ...
I see a lot of new or existing JavaScript developers are not coding in the proper way in my office. I always see things which can be improved on their codebase, but I can't help them much because I ...
A fledgling effort to promote a new standard for styling JavaScript code is getting hung up on the issue of whether or not to use semicolons over at Hacker News. The JavaScript Standard Style project ...
If you’re a JavaScript developer, you’ll be well aware that it’s essential to follow some sort of consistent code style across your codebase. Doing this not only makes things easier for yourself, but ...