ESNext notes Function Hoisting Variables Temporal Dead Zone HTML Templates ESNext notes Slides ECMAScript is now EcmaScript . Which is a standard for the API JavaScript...
The Road to ECMAScript 6 The Road to ECMAScript 6 In 2007, JavaScript was at a crossroads. The popularity of Ajax was ushering in a new age of dynamic web applications, while J...
Sets in ECMAScript 6 Creating Sets and Adding Items Removing Values The forEach() Method for Sets Converting a Set to an Array Weak Sets Creating a Weak Set Key Differences Be...
EcmaScript 6 and TypeScript Features EcmaScript 6 and TypeScript Features Figure: ES6 and TypeScript The language we usually call "JavaScript" is formally known as "EcmaScrip...
ecmascript Usage Supported ES2015 Features Syntax Polyfills ecmascript Documentation of Meteor's ecmascript package. This package lets you use new JavaScript language f...
ECMAScript 6’s name Property Choosing Appropriate Names Special Cases of the name Property ECMAScript 6’s name Property Identifying functions can be challenging in JavaScript...