Skip to content

Instantly share code, notes, and snippets.

@AndrewJGregory
Last active October 17, 2019 15:59
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 AndrewJGregory/3691aa66b452d2489bd02ea65df9b36e to your computer and use it in GitHub Desktop.
Save AndrewJGregory/3691aa66b452d2489bd02ea65df9b36e to your computer and use it in GitHub Desktop.
setTimeoutQuestion
for (var i = 1; i < 5; i++) {
setTimeout(() => console.log(i), 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment