adspace
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