Note: This is part 3 of three-part series An Overview of ECMAScript 6 (ES6) Syntax & Features series. This learning post is still in active development and updated regularly. In the previous learning-note posts in this series, an overview of common ES6 Syntax & Features, and new features in introduced in functions, objects & classes […]
ECMAScript 6 Features (ES6) – Functions, Objects & Classes
Note: This is part 2 of three-part series An Overview of ECMAScript 6 (ES6) Syntax & Features series. This learning post is still in active development and updated regularly. In the previous learning-note post An Overview Of Common ECMAScript 6 (ES6) Syntax & Features, basic ES6 syntax such as let, const, map, sets, for..of etc […]
An Overview Of Common ECMAScript 6 (ES6) Syntax & Features
Note: This is part 1 of three-part series An Overview of ECMAScript 6 (ES6) Syntax & Features series.. This learning post is still in active development and updated regularly. ECMAScript 2015, also known as ECMAScript 6 (ES6), has significant updates in JavaScript (JS) syntax and added new features. This update is considered to be a […]
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 […]
