settimeout for 5 second and show number in screen in decresing order code example
Example: javascript settimeout
setTimeout(function(){
alert("Sup!");
}, 2000);//wait 2 seconds
setTimeout(function(){
alert("Sup!");
}, 2000);//wait 2 seconds