Posts by Eduardo Rosostolato • 111 points
1 post
-
1
votes2
answers41
viewsA: JS and HTML - Quota Publishing
What you need is interval. This tutorial will help you: https://www.w3schools.com/jsref/met_win_setinterval.asp It’ll look something like this: setInterval(function(){ // sua função }, 3000); // a…
javascriptanswered Eduardo Rosostolato 111