Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created November 6, 2018 19:31
Show Gist options
  • Save dsibinski/73fa86f7173ec8a2523f0256fb24bab9 to your computer and use it in GitHub Desktop.
Save dsibinski/73fa86f7173ec8a2523f0256fb24bab9 to your computer and use it in GitHub Desktop.
function a() {
var x = 5;
}
console.log(x); // Uncaught ReferenceError:
// x is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment