Which of the following will repeat execution of a function 'rotate'? code example
Example: timeout javascript
setTimeout(function(){
//code goes here
}, 2000); //Time before execution
setTimeout(function(){
//code goes here
}, 2000); //Time before execution