Window setInterval() Method

Last updated on April 21st, 2020 at 02:46 am

Reading Time: < 1 minute
setInterval(function(){ alert("GEMCODE"); }, 5000);

Alert “GEMCODE” every 5 seconds (5000 milliseconds):

Spread the Code

GEM

Author

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *