0
what am I doing wrong?
3 ответов
+ 5
Change window.onload = Count(); to window.onload = function() {
Count();
}
You will also have to declare a case where the counter will stop working.
+ 1
That was actually the purpose of this. I was trying to test myself to see if I could make a start/stop toggle button.
0
Ok, but I have no idea how to make a toggle switch.