Skip to content

Instantly share code, notes, and snippets.

@jgimbel
Created February 2, 2016 19:25
Show Gist options
  • Save jgimbel/a87061567ee8321c29eb to your computer and use it in GitHub Desktop.
Save jgimbel/a87061567ee8321c29eb to your computer and use it in GitHub Desktop.
let a = 0
if(true){
let a = 1
console.log(a)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment