how to get js to wait in html code example
Example: wait for time javascript
//code before the pause
setTimeout(function(){
//do what you need here
}, 2000);
//code before the pause
setTimeout(function(){
//do what you need here
}, 2000);