No visible cause for “Unexpected token ILLEGAL”
I’m getting this JavaScript error on my console: Uncaught SyntaxError: Unexpected token ILLEGAL This is my code: var foo = ‘bar’; It’s super … Read more
I’m getting this JavaScript error on my console: Uncaught SyntaxError: Unexpected token ILLEGAL This is my code: var foo = ‘bar’; It’s super … Read more