In your first function: async function series() { await wait(500); // 1 await wait(500); // 2 return "done!"; }. You're telling JS to await ...
確定! 回上一頁