DEV Community

Discussion on: Promises - JavaScript concepts

Collapse
 
ionline247 profile image
Matthew Bramer

I know this is an intro, but nested promise chains within an Array#map is the bee's knees. Hopefully, later on you can show some examples of those, including Promise#race, Promise#any, and Promise#finally.

Collapse
 
boywithsilverwings profile image
Agney Menon

sure, that is on the cards.