Promise.all — A Pollyfill
What is a Promise anyway ?
According to MDN,
A Promise is a proxy for a value not necessarily known when the promise is created. It allows you to associate handlers with an asynchronous action’s eventual success value or failure reason. This lets as...
koshtaayush.hashnode.dev2 min read