+ 1
Can I use java script for loop to create counter and insert it in HTML page
4 Answers
+ 3
no, it needs back end.
+ 2
yes you can. just create the loop and insert it with document.getElementById('myId').innerHTML = counter
if thats what you ment
+ 1
thank youđ
+ 1
thank you đ