DEV Community

Discussion on: Crash course in Asynchronous JavaScript (Part 2)

Collapse
 
tqbit profile image
tq-bit

Great article. Making server requests puzzled the hell out of me when I started learning Javascript.

Perhaps in your next post, you can give async / await a bit more attention and how they go together with promises.

Also, if you're looking for some deeper topics on promises, perhaps you can include Promise.all() and Promise.race(), I'd love to read an article with some use cases about these two guys.

Collapse
 
chinmaymhatre profile image
Chinmay Mhatre

Thank you !! I'll keep that in mind