The syntax is as follow: you must declare a function to be async : const asyncFunction = async () => { // This is a good start } // or const ...
確定! 回上一頁