I’m getting this JavaScript error on my console:
Uncaught SyntaxError: Unexpected token ILLEGAL
This is my code:
var foo = 'bar';
It’s super simple, as you can see. How could it be causing a syntax error?
I’m getting this JavaScript error on my console:
Uncaught SyntaxError: Unexpected token ILLEGAL
This is my code:
var foo = 'bar';
It’s super simple, as you can see. How could it be causing a syntax error?