Book Image

Mastering JavaScript Promises

Book Image

Mastering JavaScript Promises

Overview of this book

Table of Contents (16 chapters)
Mastering JavaScript Promises
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

ECMAScript 6 (ECMA 262)


ECMAScript Language Specification is in its sixth version. Since the time its first version was published in 1997, ECMAScript has become one of the world's most vastly adopted general purpose programming languages. It is known for its ability to embed itself in web browsers along with its ability to use server-side and embedded applications.

Many consider the sixth edition to be the most detailed and most widely covered update of ECMAScript since its inception in 1997.

We will consider the sixth edition of ECMA 262 for our discussion in this chapter; it's a draft version with the aims to include better support for large applications, library creation, and for the use of ECMAScript as a compilation target for other languages.