adspace


What is promise-all in node.js?

Answer Posted / Kanchan Singh

Promise.all() is a utility function in Node.js that returns a single Promise that resolves when all of the promises in an array have resolved, or rejects with the reason of the first rejected promise.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

589


How we can read a file in node js?

568