0
Stopwatch
why is it giving me a syntax error https://code.sololearn.com/W3YJTU3dX7Wp/?ref=app
4 Respostas
+ 5
No, it's because you wrote innerhtml = x++. that would set the value to x (which is currently 0) then increments it and that has no effect since there's already a 0 there. on next update it's showing as 1 while real value is 2.
+ 4
Syntax error at line 14, just look at it, it's obvious.
forgot a ";" after setTimeout(smallNumsf,1)
0
Okay so why does my second go to 1 after my centi second goes to 10 twice? is it just being innacurate or slow?
0
okay and laatly. why is it so damn slow