Skip to content

Instantly share code, notes, and snippets.

@RachelSa
Created September 23, 2017 22:48
Show Gist options
  • Save RachelSa/52360b6de6be7f5d22f9444df04de931 to your computer and use it in GitHub Desktop.
Save RachelSa/52360b6de6be7f5d22f9444df04de931 to your computer and use it in GitHub Desktop.
function eventLoop(){
setTimeout(() => {console.log(3)},0)
console.log(1)
return 2
}
eventLoop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment