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

Summary


In this chapter, we learned that JavaScript is a game changer and that it has a bright future ahead. JavaScript has a great tendency and adaptability, which will lead it to the next level of usage in almost every domain of computer science. The possibilities are limitless, and the sky is the limit for JavaScript. In the near future, JavaScript will dominate every other programming language due to its adaptability, acceptability, and contributions of thousands of developers and committed software giants.

With this, we come to the end of this book.

Let's recap what we learned in this book. At the beginning, we took a deep dive into what JavaScript is and from where it began, what the structure of JavaScript is and how different browsers are using it. We also saw different programming models and the one that is being used by JavaScript.

Then, our journey took a bend towards the core of this book, Promises.js. We learned a great deal about the basics of promises that has taken us towards...