Learning ECMAScript 6

0

Book Description:

ECMAScript 6 is the new edition to the ECMAScript language, whose specifications are inherited by JavaScript. ES6 gives a vast makeover to JavaScript by adding new syntaxes and APIs to write complex applications and libraries that are easier to debug and maintain. ES6 aims to keep JavaScript accessible for casual developers, even after adding so many new features.

This book will provide step-by-step instructions on how to apply ES6 features instead of old JavaScript hacks and methods.

The book will start by introducing all the built-in objects of ES6 and how to create ES6 custom Iterators. Next, it will teach you how to write asynchronous code in a synchronous style using ES6.

Moving on, it will teach you how to create reflection objects, use it to expose hidden object properties, and test the security of these objects. Next, the book provides use case scenarios of meta programming by showing you how to create proxies and proxy functions, along with use case scenarios of meta programming by teaching you how to create proxies and proxy functions.

Finally, it explains old modular programming techniques such as IIFE, CommonJS, AMD, and UMD and also compares it with Node.js modules and how ES6 modules can increase the performance of websites when used.

What You Will Learn

  • Explore the usage of new syntaxes introduced by ES6
  • Use the new prototype-based features introduced by ES6
  • Execute ES6 in an old non-supported ES6 environment
  • Write asynchronous code using promise to facilitate the writing of better asynchronous code that is easier to read and maintain
  • Create reflection objects and implement the ES6 Reflect API
  • Get to know object-oriented programming and create objects using classes
  • Build proxies using the ES6 proxy API and understand its uses
  • Create JavaScript libraries using ES6 modules




You can also get this PDF by using our Android Mobile App directly:

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.