An Effective Guide to Modern JavaScript · (ECMAScript 2017 / ES8)

- Authors
- Phang, Chong Lip
- Publisher
- Chong Lip Phang
- Tags
- programming languages , javascript , web programming , computers , web
- ISBN
- 9781974207923
- Date
- 2017-08-07T00:00:00+00:00
- Size
- 6.03 MB
- Lang
- en
ES8 was finalized in June 2017. This book:
- effectively teaches standard JavaScript from A to Z.
- includes all the JavaScript common APIs, presented in a highly organized fashion.
- lists in the Appendix the new features introduced in each JavaScript edition from ES5 to ES8 and beyond, 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.