Book description
No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built.
Like other books in this series, You Don’t Know JS: ES6 & Beyond dives into trickier parts of the language that many JavaScript programmers either avoid or know nothing about. Armed with this knowledge, you can achieve true JavaScript mastery.
With this book, you will:
- Learn new ES6 syntax that eases the pain points of common programming idioms
- Organize code with iterators, generators, modules, and classes
- Express async flow control with Promises combined with generators
- Use collections to work more efficiently with data in structured ways
- Leverage new API helpers, including Array, Object, Math, Number, and String
- Extend your program’s capabilities through meta programming
- Preview features likely coming to JS beyond ES6
Publisher resources
Table of contents
- Foreword
- Preface
- 1. ES? Now & Future
- 2. Syntax
- 3. Organization
- 4. Async Flow Control
- 5. Collections
- 6. API Additions
- 7. Meta Programming
- 8. Beyond ES6
- A. Acknowledgments
Product information
- Title: You Don't Know JS: ES6 & Beyond
- Author(s):
- Release date: December 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491904244
You might also like
book
You Don't Know JS: this & Object Prototypes
No matter how much experience you have with JavaScript, odds are you don’t fully understand the …
book
You Don't Know JS: Up & Going
It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether …
book
You Don't Know JS: Types & Grammar
No matter how much experience you have with JavaScript, odds are you don’t fully understand the …
book
You Don't Know JS: Scope & Closures
No matter how much experience you have with JavaScript, odds are you don’t fully understand the …