how to set a timeout in javascript without a function code example
Example: timeout javascript
setTimeout(function(){
//code goes here
}, 2000); //Time before execution
setTimeout(function(){
//code goes here
}, 2000); //Time before execution