Posts by THΔLES • 13 points
2 posts
-
0
votes1
answer76
viewsQ: Create a pure JS count
I’m trying to make a code that when the page loads it starts counting and ends at the number I want, I know how to stop the loop, I tried using setTimeout() function carregar (){ var c = 0;…
-
-3
votes2
answers196
viewsQ: How do I add numbers in innerHTML?
The code is not adding, just joining (concatenating*) the numbers var media = ""; var media2 = ""; var media3 = ""; var media4 = ""; function myFunction(){ media =…