Skip to content

Instantly share code, notes, and snippets.

@AlexMost
Created July 18, 2017 20:49
Show Gist options
  • Save AlexMost/0950cfa5524f11a507440c4bbeab655e to your computer and use it in GitHub Desktop.
Save AlexMost/0950cfa5524f11a507440c4bbeab655e to your computer and use it in GitHub Desktop.
// var a = 5;
// {
// let a = 7;
// console.log(`scoped ${a}`)
// }
// function test() {
// console.log(a);
// }
// test();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment