最佳答案
我得到这个JavaScript错误在我的控制台:
未捕获SyntaxError:意外令牌非法
这是我的代码:
var foo = 'bar';
It's super simple, as you can see. How could it be causing a syntax error?