Results 1 comments of Andrew Fulton

Probably a bit late on this, but Just use: ``` Promise.all ``` instead of ``` new Promise.all() ``` all is a static function of Promise. [Promise.all() on Mozilla docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all)