run

by Mentaldiarrhoe

JavaScript

gofor()

function gofor(){

setInterval(() => {
  console.log("Hello"); 
}, 3000);




}