Async JavaScript with Promises
Learn to use Promise to manage your asynchronous JavaScript code.
Using callbacks to manager async JS: https://www.youtube.com/watch?v=qN0dkXj7jc0
Get the same dev setup used in the video: https://www.youtube.com/watch?v=Ads1A7pn2LI
Code examples from this video: https://github.com/shama/letswritecode/tree/master/async-js-with-promises
source