Skip to content

Instantly share code, notes, and snippets.

@cokeSchlumpf
Created August 13, 2014 14:36
Show Gist options
  • Save cokeSchlumpf/5a7ccc1f2cfb97fa1830 to your computer and use it in GitHub Desktop.
Save cokeSchlumpf/5a7ccc1f2cfb97fa1830 to your computer and use it in GitHub Desktop.
function test() {
if (true) {
var a = 3
}
console.log("a" + a); // prints "a3" ...yes really... that sucks...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment