Created
January 2, 2017 22:15
-
-
Save chrislaughlin/e6d6aaf58983dc92c22c31e2b61d1696 to your computer and use it in GitHub Desktop.
functionScopeES6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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