Books [Axel Rauschmayer] Exploring ES2018 and ES2019

6uGo7WmO.jpg

DESCRIPTION:

This book is about two versions of JavaScript: ECMAScript 2018 and ECMAScript 2019. It covers what’s new in both versions.

ECMAScript 2018 introduced support for asynchronous iteration via the AsyncIterator protocol and async generators. It also included four new regular expression features: the dotAll flag, named capture groups, Unicode property escapes, and look-behind assertions. Lastly it included rest parameter and spread operator support for object properties.

ECMAScript 2019 includes Object.fromEntries(), trimStart(), trimEnd(), flat(), flatMap(), description property for symbol objects, optional catch binding, and more.
  • Grasp the latest features of ECMAScript and the best way to use it in production code
  • Learn newly added native APIs to JS Engine and perform tasks efficiently with a cleaner code base
  • Understand the more complex sides of JavaScript such as the inheritance model, low-level memory management, multithreaded environments, and web workers
INFORMATION PAGE:

DOWNLOAD:
 

Обратите внимание

Назад
Сверху