Skip to content

Instantly share code, notes, and snippets.

@silesky
Last active October 27, 2017 17:22
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 silesky/fd767fac9bd977acf17f246bb2979280 to your computer and use it in GitHub Desktop.
Save silesky/fd767fac9bd977acf17f246bb2979280 to your computer and use it in GitHub Desktop.
blog_async_setT2
setTimeout(() => console.log('hi'), 1000)
setTimeout(() => console.log('hi'), 2000)
setTimeout(() => console.log('hi'), 3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment