When to Use Strict Mode in JavaScript

This post is work-in-progress learning-note and still in active development and updated regularly. JavaScript, since introduced in 1995, has been evolving without much compatibility issues and standardized script rules. In ECMAScript 5 (ES5), new features, syntax rules including Strict Mode feature were added in the language. In MDN, Strict Mode  is referred as a way […]