What is the use of setInterval function. code example
Example: settimeout javascript
setTimeout(function(){
console.log("hello");
}, 3000); //wait for atleast 3 seconds before console logging
setTimeout(function(){
console.log("hello");
}, 3000); //wait for atleast 3 seconds before console logging