ECMAScript 2022 - Chong Lip Phang

ECMAScript 2022

By Chong Lip Phang

  • Release Date: 2022-11-05
  • Genre: Programming

Description

JavaScript is indubitably one of the most important programming languages today. Not only is it the standard programming language for modern browsers; its use at the back end (Node.js) is gaining popularity fast. Even mobile apps, desktop applications, and games for various platforms can be coded in JavaScript. It is, in fact, the most tagged technology in StackOverflow, the popular online discussion forum for programmers.

ES13 was finalized in June 2022. This book:
- effectively teaches standard JavaScript from A to Z.
- includes all the JavaScript common APIs, presented in a highly organized fashion.
- lists the new features introduced in each JavaScript edition from ES5 to ES13 and illustrates all of them.
- clearly explains advanced concepts such as closures, Proxy, generators, Promise, async functions, and Atomics.
- covers OOP techniques -- classical JavaScript OOP, the new 'class' syntax, data encapsulation, multiple inheritance, abstract classes, object relay etc.
- teaches you how to define and use iterators and various iterables.
- turns you into an efficient JavaScript coder.

Source Codes:  
https://drive.google.com/file/d/1KCpSxcozrbhORXbhVC3VJHunkvpnBA6y/view?usp=sharing

Comments