Skip to content

Instantly share code, notes, and snippets.

@prakash122
Created April 11, 2018 12:35
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/497a42d39ee4af7b897eea5acc913707 to your computer and use it in GitHub Desktop.
Save prakash122/497a42d39ee4af7b897eea5acc913707 to your computer and use it in GitHub Desktop.
setTimeout(() => {
let 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