Skip to content

Instantly share code, notes, and snippets.

@turtlemonvh
Last active December 20, 2015 18: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 turtlemonvh/6178505 to your computer and use it in GitHub Desktop.
Save turtlemonvh/6178505 to your computer and use it in GitHub Desktop.
Javascript variable scoping; before and after
for (var i; i<10; i++) {
var x = $("$a-thing");
// ...more work here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment