Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Created March 6, 2012 08:26
Show Gist options
  • Save aaronfrost/1984906 to your computer and use it in GitHub Desktop.
Save aaronfrost/1984906 to your computer and use it in GitHub Desktop.
jsnext two
var foo = undefined;
var bar = undefined;
foo = 0;
if(true){
bar = 1;
}
console.log( foo + bar );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment