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...
Apr 17, 20212 min read

