See also: JavaScript, You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks
See: You Don’t Know JS: ES6 and Beyond, (YDKJS), JavaScript Book 6, 1st edition, by Kyle Simpson, 2015, 1491904240 (YDKJS-6)
Fair Use Source: 1491904240 (YDKJS-6)
Read free here: https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/es6%20&%20beyond/README.md#you-dont-know-js-es6–beyond
Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.
About This Book:
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
About the Author:
Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Book Details:
- ASIN: 1491904240
- ISBN-10: 9781491904244
- ISBN-13: 978-1491904244
- Publisher : O’Reilly Media; 1st edition (January 12, 2016) — 2nd edition published by GetiPub (http://getipub.com), a division of Getify Solutions, Inc., and produced by Leanpub (https://leanpub.com/p/getipub).
- Paperback : 278 pages
Table of Contents:
- Foreword (by Rick Waldron)
- Preface
- Chapter 1: ES? Now & Future
- Chapter 2: Syntax
- Chapter 3: Organization
- Chapter 4: Async Flow Control
- Chapter 5: Collections
- Chapter 6: API Additions
- Chapter 7: Meta Programming
- Chapter 8: Beyond ES6
- Appendix A: Thank You’s!
Sources:
- YDKJSY Series:
- https://leanpub.com/p/getipub