Skip to content

Instantly share code, notes, and snippets.

@obbaeiei
Created July 23, 2018 15:48
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 obbaeiei/08252d3739d2c370d2218124ae6174ef to your computer and use it in GitHub Desktop.
Save obbaeiei/08252d3739d2c370d2218124ae6174ef to your computer and use it in GitHub Desktop.
Set timeout to wait to do something
setTimeout(function callMeBaby() {
console.log(6)
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment