setTimeout(function(){ // Your Code in Here }, 2000); // Time Value in MiliSeconds (2000 = 2 Seconds)
setTimeout(function(){ }, 2000);