Skip to content

Instantly share code, notes, and snippets.

@emberian
Created March 5, 2012 02:50
Show Gist options
  • Save emberian/1976159 to your computer and use it in GitHub Desktop.
Save emberian/1976159 to your computer and use it in GitHub Desktop.
function foo(bar) {
if (bar) {
var baz = "hello"
}
console.log(baz)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment