Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Practical Modern JavaScript: Dive into ES6 and the Future of JavaScript

Posted By: lengen
Practical Modern JavaScript: Dive into ES6 and the Future of JavaScript

Practical Modern JavaScript: Dive into ES6 and the Future of JavaScript by Nicolas Bevacqua
English | July 23, 2017 | ISBN: 149194353X | 377 Pages | PDF | 3 MB

To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practical look at ES6, without getting lost in the specification or its implementation details. Armed with practical examples, author Nicolas Bevacqua shows you new ways to deal with asynchronous flow control, declare objects or functions, and create proxies or unique sets, among many other features.
The first title in Bevacqua’s Modular JavaScript series, Practical Modern JavaScript prepares JavaScript and Node.js developers for applied lessons in modular design, testing, and deployment in subsequent books.
This book explains:
How JavaScript and its standards development process have evolved
Essential ES6 changes, including arrow functions, destructuring, let and const
Class syntax for declaring object prototypes, and the new Symbol primitive
How to handle flow control with Promises, iterators, generators, and async functions
ES6 collection built-in types for creating object maps and unique sets
How and when to use the new Proxy and Reflect built-ins
Changes to Array, Math, numbers, strings, Unicode, and regular expressions, and other improvements since ES5