I'm getting the Uncaught SyntaxError: Unexpected string error in my JavaScript and I honestly can't figure out what's wrong with the code. I have looked at the similar questions, but I'm unable to find a solution.
Unexpected indent. This line of code has more spaces at the start than the one before, but the one before is not the start of a subblock (e.g., the if, while, and for statements).
One other gotcha that can result in "SyntaxError: Unexpected token" exception when calling JSON.parse() is using any of the following in the string values: New-line characters.
SyntaxError: Unexpected identifier Asked 11 years, 2 months ago Modified 1 year, 7 months ago Viewed 118k times
Syntax Error: Unexpected token Else Asked 12 years, 2 months ago Modified 3 years, 8 months ago Viewed 37k times
I'm getting two small unexpected type errors which I'm having trouble trying to solve. The errors occur at:
Parse error: syntax error, unexpected ' (', expecting ',' or ';' in Asked 13 years, 9 months ago Modified 12 years, 5 months ago Viewed 46k times