DEV Community

Discussion on: Asynchronous Programming in Javascript

Collapse
 
reddyaravind178 profile image
aravind_reddy • Edited

Thanks for your feedback I have edited and used the same example to compare promise and async-await. actually I want to use the data of the first promise to do another async call. I forgot to mention the details. and I don't want to persuade others to use just the async-await every time it's totally up to what they prefer.. am just presenting all the options and how they evolved.