+ 1
what does it mean by unexpected token in the code play ground
am working on javascript https://code.sololearn.com/Wi4bzAztc5kF/?ref=app
2 Réponses
+ 2
If-cases are not closed with a semicolon, especially not when you have a else-case following it. So you should remove the semicolon in line 6.
+ 1
thanksShadow