(async()=>{ ^ TypeError: console.log(...) is not a function code example
Example: console.log(...) is not a function
Simply put a semicolon (;) after console.log(…)
error case
console.log()
(function(){})
Simply put a semicolon (;) after console.log(…)
error case
console.log()
(function(){})