JavaScript Promises In 10 Minutes
Web Dev Simplified Web Dev Simplified
1.62M subscribers
1,793,419 views
54K

 Published On Jan 17, 2019

ES6 came with many new features, but one of the best features was the official introduction of Promises. Promises allow you to write clean non-callback-centric code without ever having to worry about callback hell. Even if you never write your own promise, knowing how they work is incredibly important, since many newer parts of the JavaScript API use promises instead of callbacks. Checkout the full video to learn how to define and use promises.

Promise Article: https://blog.webdevsimplified.com/202...

Code From This Video:
https://codepen.io/WebDevSimplified/p...

Twitter:
  / devsimplified  

GitHub:
https://github.com/WebDevSimplified

CodePen:
https://codepen.io/WebDevSimplified


#JavaScript #Promises #WebDevelopment

show more

Share/Embed