Skip to content

Instantly share code, notes, and snippets.

@tal
Last active August 29, 2015 14:08
Show Gist options
  • Save tal/668d87a7c68a3534d60a to your computer and use it in GitHub Desktop.
Save tal/668d87a7c68a3534d60a to your computer and use it in GitHub Desktop.
for (var i = 0; i < 10; i += 1) {
setTimeout(function() {
console.log(i);
}, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment