Capturing unused JavaScript

Let’s face it: unused code has no place in your product. It’s similar to the proverbial junk drawer at your home, but instead of a messy… Read more

Similar

JavaScript Strict Mode

Strict Mode is an ES5 feature, and it's a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It's really important to know the main differences between JavaScrip... (more…)

Read more »