+ 2
check this out
This is my first code pls tell me how to improve and if you like it https://code.sololearn.com/WA105a21a20a/# My only problem is that if I run it a second time it comes up with an error. This only happens on my laptop. The error is: SyntaxError: Identifier 'userA' has already been declared
5 Respostas
+ 5
You could improve the UI to make it catchy.
+ 3
Hey! This problem occurs because the sololearn desktop code playground has a bug. It is because you have used "const". It's not your fault. Try using let instead of const and let me know if the problem still persists.
+ 2
It's not getting an error now. Played twice, each with two tries. On the second set I won, with 555 on the second try! 🎉😜
+ 2
Improve the ui yes it would be good
tip: use external css to be easier to edit css and have a good style
0
Isaac I tried let but it didnt work. Also im not sure what let does exactly. I havent finished the javascript course yet. ty anyway