标签: javascript async-await
someArray = [foo, bar, foobar]; someArray.forEach(async (record) => { //do something asynchronously })