0
Why the clearInterval doesn't work??
3 Answers
+ 1
Because count can never reach 8, when count is 8, it immediately reset by this function to zero, before reach clearInterval.
if(count == 8){
var n = document.createElement("tr")
t.appendChild(n)
count = 0
}
0
No I speak about the second if
0
see it again