Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created November 6, 2018 19:32
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 dsibinski/096fc8e846dcea4b8e0eef6bd5783969 to your computer and use it in GitHub Desktop.
Save dsibinski/096fc8e846dcea4b8e0eef6bd5783969 to your computer and use it in GitHub Desktop.
if(true) {
var x = 5;
}
console.log(x); // prints '5'
// x is a global scope variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment