Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Created March 6, 2012 09:00
Show Gist options
  • Save aaronfrost/1985027 to your computer and use it in GitHub Desktop.
Save aaronfrost/1985027 to your computer and use it in GitHub Desktop.
jsnexteleven
let a = 0;
if(true){
let a = 2;
console.log(“here a = “,a);
}
console.log(“at the end a = “,a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment