GEM / Blog Window setInterval() Method December 29, 2019 Last updated on April 21st, 2020 at 02:46 amReading Time: < 1 minute setInterval(function(){ alert("GEMCODE"); }, 5000); Try it Alert “GEMCODE” every 5 seconds (5000 milliseconds): Spread the Code