The async keyword is what lets the JavaScript engine know that you are declaring an asynchronous function. This is required to use await inside any function.
確定! 回上一頁