function checkIsResetAvailable() {
if(istimerStarted === false) {
lapResetBtn.innerHTML = "Reset";
} else {
lapResetBtn.innerHTML = "Lap";
}
}
There is an error on lines 74 and 77 please help me
I tried to make a stopwatch and got an error
Via Active questions tagged javascript - Stack Overflow https://ift.tt/mzEuqFG
Comments
Post a Comment