const array = [1,2,3,4,5]
const arr = await Promise.all(
array.map(async ele => {
// asyncHandl
2021-01-20