how to make a single page app test
This commit is contained in:
parent
4c29c3222d
commit
8bc28f7aee
9 changed files with 508 additions and 2 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue