DEV Community

Discussion on: Methods of Promise: .all(), .any() , .finally(), .race()

Collapse
 
ridvanaltun profile image
Ridvan Altun

You not mentioned Promise.race().

Collapse
 
swarnaliroy94 profile image
Swarnali Roy

Yes, I didn't mention that, I've mentioned these three because these are used most commonly. There are other methods as well , will mention them later.

Collapse
 
swarnaliroy94 profile image
Swarnali Roy

Now it's added. :)