Skip to content

Instantly share code, notes, and snippets.

@tarun-nagpal-github
Created August 3, 2018 18:14
Show Gist options
  • Save tarun-nagpal-github/e0881a2a8f94c461a56cf37e325d9605 to your computer and use it in GitHub Desktop.
Save tarun-nagpal-github/e0881a2a8f94c461a56cf37e325d9605 to your computer and use it in GitHub Desktop.
TimeOutJs
console.log("Start");
setTimeout(function(){
console.log("I am Insdie the TimeOut");
}, 3000);
console.log("Ends");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment