How to solve Syntax error?
Syntax error means the way you write the code in that file is incorrect, you missed the something.
Follow the steps to solve Syntax error:
- turning on the error display that can show hidden errors on the page.

simply navigate to code suggested by error and look for your mistake.

look at 57 number, its red on ” ); ” means error is before closing
and before ” ) ” there is a ” . ” that don’t need to be at that place, remove it.

after removing ” . ” red color gone.
Lets look on webpage, error gone.
