Choose Your Desired Option(s)
WHAT IS IT ALL ABOUT?
Since they were introduced in 2015, promises have become an important part of the JavaScript language. All new asynchronous APIs are built on promises, and as such, it’s important for developers to have a good understanding of how promises work.
In this book, you’ll learn all of the ins and outs of promises, from basics such as how to create promises all the way to understanding how async functions work with promises behind-the-scenes.
Veteran JavaScript book author Nicholas C. Zakas has been writing about JavaScript for over 15 years and this ebook brings his years of industry experience to the foreground to provide real-world examples and insights.
WHAT YOU’LL LEARN:
- What a promise is
- What then(), catch() and finally() actually do
- Which parts of promises are actually asynchronous
- How to operate on multiple promises at once
- How to chain multiple promises together
Share Now!