Solution Simply put a semicolon (;) after console.log(…). Explanation The error is easily reproducible like this: console.log() (function(){}) It's trying ...
確定! 回上一頁