+ 1
Rock paper scissors
Wheres the syntax error in the code? It wont work and i think its something to do with the continue variable but i am not sure. If you could help me and get it so theres no errors that would be nice https://code.sololearn.com/WRHwxFPFllOh/?ref=app
6 Réponses
+ 3
Move line 2 to line 9.
+ 2
"continue" is a keyword. Don't use it as a variable name.
+ 2
The closing brace in line 17 should come after line 18.
+ 2
Lol okay thanks for the help
+ 1
Okay, so i changed it but it still says syntax error
+ 1
So now it says:
ReferenceError: Cannot access uninitialized variable. at Line: 10