0
How i can fix uncaugh syntx error un excepted identifier..
I write in JS section function myFunction() {} https://code.sololearn.com/WJDi3Gvhm1i1/?ref=app https://code.sololearn.com/WJDi3Gvhm1i1/?ref=app https://code.sololearn.com/WJDi3Gvhm1i1/?ref=app
4 Answers
+ 4
Var should be var or let or const.
if should be wrapped in small brackets. like if (person !== null) {}
+ 1
š Krishna š¤ bro, I think. Every programming language is case sensitive. It is not specific to Javascript. I may be wrong.
0
Thank very much