Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prakash122/ac3146f7338fe72240f07ca00d4effab to your computer and use it in GitHub Desktop.
Save prakash122/ac3146f7338fe72240f07ca00d4effab to your computer and use it in GitHub Desktop.
setTimeout(function() {
var a = 10;
console.log('Timedout the index.js ' + a)
}, 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment