Array and loops through but I want to be able to run all of them in parallel instead as I don't want to run one after another.
I basically want to store all endpoint calls status codes, body and time as array and return them as results regardless of there are errors or not in the endpoint.
I'm using Bluebird, how can I use its features to solve this issue?