setInterval(function(){ // code }, 1000);
setInterval(function(){ //this code runs every second }, 1000);