Posts by João • 13 points
1 post
-
1
votes2
answers294
viewsQ: Stopwatch using Javascript
I have the following code, the timer works, but when it comes to the end it shows END and restarts. I wanted it to stop in the message END. var tempo = new Number(); // Tempo em segundos tempo = 10;…