Skip to content

Instantly share code, notes, and snippets.

@josescasanova
Created February 7, 2016 01:36
Show Gist options
  • Save josescasanova/45b29e103082632d685e to your computer and use it in GitHub Desktop.
Save josescasanova/45b29e103082632d685e to your computer and use it in GitHub Desktop.
var a = 42;
function foo() {
a = 12;
return a;
function a(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment