wait hour javascript code example
Example: js timer wait before functoin
//code before the pause
setTimeout(function(){
//do what you need here
}, 2000);
//code before the pause
setTimeout(function(){
//do what you need here
}, 2000);