Skip to content

Instantly share code, notes, and snippets.

@csainty
Created March 7, 2012 22:07
Show Gist options
  • Save csainty/1996556 to your computer and use it in GitHub Desktop.
Save csainty/1996556 to your computer and use it in GitHub Desktop.
(function() {
var x = 1;
})();
console.log(x); // throws "x" is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment