Tools for Consistent JavaScript Code Style

Tools and methodologies that will help you maintain consistency in your JavaScript code style. Read more

Similar

Yes, vanilla JavaScript does scale

There’s a never-ending myth I see circulating on Twitter every few weeks: Vanilla JS doesn’t scale. This is complete nonsense. What does “scale” even mean? Is the implication is that vanilla JS literally cannot handle the load of large applications the ... (more…)

Read more »

JavaScript Comparison Operators

Comparison operators are frequently used in JavaScript applications, and are an important part of controlling the logic flow of the app. But if you don’t have a good understanding of how they work you can run into a couple issues. Understanding strict com... (more…)

Read more »