Skip to content

Instantly share code, notes, and snippets.

@piatra
Created July 1, 2013 09:19
Show Gist options
  • Save piatra/5899487 to your computer and use it in GitHub Desktop.
Save piatra/5899487 to your computer and use it in GitHub Desktop.
test case
function foo () {
bar = 1;
}
if (bar) {
console.log('bar');
} else { // actually throws an error
console.log('no bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment