Skip to content

Instantly share code, notes, and snippets.

@greg-hellings
Created October 15, 2015 19:01
Show Gist options
  • Save greg-hellings/dcd4ca1a40b77f1ffd0d to your computer and use it in GitHub Desktop.
Save greg-hellings/dcd4ca1a40b77f1ffd0d to your computer and use it in GitHub Desktop.
var someThings = [1, 2, 3, 4];
someThings.each(function(thing) {
x = thing + 1;
});
var x;
alert(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment