Skip to content

Tag: syntax-error

Syntax Error: Unexpected Identifier

I made some code that wouldn’t work. An error popped up in the Chrome console saying “Syntax error: Unexpected identifier”. Error is on line 19. Here is the code: Answer from line 17: add a comma on line 18 as @thg435 mentioned