Will run a function every 5 seconds, self calling… window.setInterval(function(){ cat() /// call your function here }, 5000);
window.setInterval(function(){ cat() /// call your function here }, 5000);