map (async i => { result.push({ name: i, followers: await getFollowers(i) }); }); return result; };. But the function returns the empty array ...
確定! 回上一頁