Skip to content

Instantly share code, notes, and snippets.

@crisgon
Last active May 28, 2018 22:44
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 crisgon/f376fcb16111cef14f413e05f1400e10 to your computer and use it in GitHub Desktop.
Save crisgon/f376fcb16111cef14f413e05f1400e10 to your computer and use it in GitHub Desktop.
function myFunction() {
 let a = 42;
}
myFunction();
console.log(a); // Reference Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment