Skip to content

Instantly share code, notes, and snippets.

@diogocapela
Created October 22, 2021 13:39
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 diogocapela/6a5f50f7815aa65008ac2f853e4bf682 to your computer and use it in GitHub Desktop.
Save diogocapela/6a5f50f7815aa65008ac2f853e4bf682 to your computer and use it in GitHub Desktop.
for (var i = 0; i < 4; i++) {
setTimeout(() => {
console.log(i);
}, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment