JavaScript Promises Tutorial - How to Solve Common Problems with Promises

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=XtNC2a-lyVc



Category:
Tutorial
Duration: 9:33
175 views
1


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Promises represent the results of asynchronous operations. Once they are fulfilled or rejected, they are immutable.
Promises are here to make working with asynchronous operations simpler and easier. However, if poorly written, Promises can have the same problems regular callbacks bring. In this JavaScript Promises tutorial, we talk about how to fix some of these common problems with some basic promises concepts that people should have in mind.

Watch this video to learn:

- The concept of Promises
- Difficulties and common problems with Promises
- How to fix those problems







Tags:
JavaScript Promises
JavaScript Promises Tutorial
Promises
Promises Tutorial
asynchronous operations