Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created January 2, 2017 22:15
Show Gist options
  • Save chrislaughlin/e6d6aaf58983dc92c22c31e2b61d1696 to your computer and use it in GitHub Desktop.
Save chrislaughlin/e6d6aaf58983dc92c22c31e2b61d1696 to your computer and use it in GitHub Desktop.
functionScopeES6
for (var i = 0; i < 5; i++) {
setTimeout(console.log.bind(this, i), 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment