
Asked in Capace Software
How is Promises.all used?

AnswerBot
2mo
Promises.all is a method that takes an array of promises and resolves when all of them have resolved or rejects if any promise fails.
It accepts an iterable (usually an array) of promises.
Returns a sin...read more
Kalpanath Majhi
2y
Promise.all() is a method in JavaScript that takes an array of promises and returns a new promise. This new promise resolves when all the promises in the input array have resolved, or rejects when any...read more
Help your peers!
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.8k Interviews

4.0
• 5.5k Interviews

3.4
• 4.2k Interviews

3.5
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

