ES6 for Humans The Latest Standard of JavaScript: ES2015 and Beyond

Learn ES6 best practices for code optimization and organization and walk through practical, common examples of how to implement complete components of your applications. While this book covers the basic concepts of modern JavaScript, it primarily focuses on the new syntax, data-types, functionalitie...

Full description

Bibliographic Details
Main Authors: Grover, Deepak, Kunduru, Hanu Prateek (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2017, 2017
Edition:1st ed. 2017
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 1. Getting Started with ES6
  • 2. New Syntax in ES6
  • 3. Destructuring
  • 4. Classes in ES6
  • 5. Modules
  • 6. Symbols
  • 7.Arrays and Collections
  • 8. Iterators and Generators
  • 9. Promises In ES6
  • 10. Meta Programming
  • 11. Beyond ES2016