Posts by Eduardo Eberhardt • 1 point
1 post
-
0
votes1
answer79
viewsA: setInterval() does not work
Try declaring the time variable as well. let interval, tempo; when calling the function save time to go decreasing function QuestionTimer(tempTempo) { tempo = tempTempo;…