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:
Chapter 1. ECMAScript and the Future of JavaScript
Chapter 2. ES6 Essentials
Chapter 3. Classes, Symbols, Objects, and Decorators
Chapter 4. Iteration and Flow Control
Chapter 5. Leveraging ECMAScript Collections
Chapter 6. Managing Property Access with Proxies
Chapter 7. Built-in Improvements in ES6
Chapter 8. JavaScript Modules
Chapter 9. Practical Considerations