how to make a single page app test

This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-02 12:22:26 +02:00
parent 4c29c3222d
commit 8bc28f7aee
9 changed files with 508 additions and 2 deletions

View file

@ -27,8 +27,7 @@
++time;
}
function resetTimer() {
document.getElementById('round').innerHTML += `<li>${time -1} sekunder</li`;
clearInterval(time)
document.getElementById('round').innerHTML += `<li>${time - 1} sekunder</li`;
time = 0;
}
function stopTimer(){