let arr = [/* an array of promises *] await* arr;
let arr = [/* an array of promises *] await Promise.all(arr)