Skip to content
Advertisement

How to fix this “Syntax error:Unexpected identifier”?

I am trying to make an js contact app program that has to save a Contact number and phone and I get this error “Unexpected identifier at line 61”.

I don’t know where seems to be the ending point, how can I solve this? Here is my code:

JavaScript

Also I get this error too when I try to save the contact

JavaScript

Advertisement

Answer

Not really much of a JavaScript developer, but I think you need to review function definitions and how to call them. Reason being it looks as though you started to define doSaveAs as a new function then continued on to other code. Was probably expecting a code block following that. Beyond that, I don’t know the scope of what you’re trying to accomplish.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement