Skip to content

Instantly share code, notes, and snippets.

@bad6e
Created November 22, 2019 19:54
Show Gist options
  • Save bad6e/8fb275af7110d50f60d0a504d3dc86f8 to your computer and use it in GitHub Desktop.
Save bad6e/8fb275af7110d50f60d0a504d3dc86f8 to your computer and use it in GitHub Desktop.
if(true) {
var globallyScoped = 'globallyScoped'
}
console.log(globallyScoped)
// returns
// globallyScoped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment