+ 1
Please help with this one
I need to make a simple game in JavaScript â do a number of multiplication operation in 30 seconds And then print how much the user get a correct answer and how much false answers. https://code.sololearn.com/Wa18a1A22A61/?ref=app
1 Answer
+ 1
The first error i notice is the fact that you initalize and set your success and lose variables to 0. Also, could you elaborate on exactly what you need help with.