Final Remarks
Here's a quick summary of what we have learned in this course.
We'll cover the following
Congratulations! You’ve successfully completed this course.
Summary
That brings us to the end of our journey in understanding promises in JavaScript. We have covered quite a bit in this module. We started off by introducing ourselves to basic JavaScipt promises. We then learned how to fulfill or reject these promises.
Then, we learned how several tasks can be performed together if we chain these promises. We learned several similar techniques for handling multiple promises before moving on to async and await
expressions that helped us execute multiple promises simultaneously. Finally, we learned how Node.js detects and tracks unhandled rejections.
Get hands-on with 1400+ tech skills courses.