+ 1
Please HELP with this code
Is a game, that consists in touching a button as many times as you can, and when the time finishes, the code has to display the final score in an alert, it was working perfectly, but I don't know what I did and now return a strange error that says "Uncaught SyntaxError: Unexpected identifier 'over Line: 2" over and over again, please help to resolve this error😪🙏🙏🙏🙏. The code: https://code.sololearn.com/WjTG0MuN1WKO/?ref=app
2 odpowiedzi
+ 4
Line 25: setInterval as well as setTimeout takes a function but you only pass a string to it.
+ 1
Ohhh thanksss