▲ ES7 async Array methods with arraync at medium.com▼1 up and 1 down, posted by Hacklone 2948 days ago 1 comment
tracker1 2946 days ago. link 1 point ▲ ▼Basically Promise.all const myItems = await Promise.all(itemIds.map(async (itemId) => { return await myService.getItemByItemId(itemId); }));