Expanded Object Functionality Expanded Object Functionality ECMAScript 6 focuses heavily on improving the utility of objects, which makes sense because nearly every value in Ja...
Object Categories Object Categories JavaScript uses a mix of terminology to describe objects found in the standard as opposed to those added by execution environments such as t...
Smarter Auto-Import Syntax Smarter Auto-Import Syntax JavaScript has a lot of different module syntaxes or conventions: the one in the ECMAScript standard, the one Node already...
Other Regular Expression Changes The Regular Expression y Flag Duplicating Regular Expressions The flags Property Other Regular Expression Changes Regular expressions are a...
JSX Support JSX Support TypeScript supports JSX transpilation and code analysis. If you are unfamiliar with JSX here is an excerpt from the official website : JSX is a XML-li...
What are Iterators? What are Iterators? Iterators are just objects with a specific interface designed for iteration. All iterator objects have a next() method that returns a r...
2. FAQ: ES2016 and ES2017 2.1 Isn’t ECMAScript 2016 too small? Please support this book: buy it (PDF, EPUB, MOBI) or donate 2. FAQ: ES2016 and ES2017 2.1 Isn’t ECMAScr...