Skip to content

Instantly share code, notes, and snippets.

@lenafaure
Created May 18, 2017 12:49
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 lenafaure/8aec38c40dc99be05404257aeaa5110b to your computer and use it in GitHub Desktop.
Save lenafaure/8aec38c40dc99be05404257aeaa5110b to your computer and use it in GitHub Desktop.
for (var i = 0; i < 10; i++) {
setTimeout(function() {
console.log(i);
}, i*1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment