Skip to content

Instantly share code, notes, and snippets.

@et
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save et/9e0097b36dab65d9ed86 to your computer and use it in GitHub Desktop.

Select an option

Save et/9e0097b36dab65d9ed86 to your computer and use it in GitHub Desktop.
var outsideVariable = "foobar";
function myFunction() {
return outsideVariable;
}
function myFunction(outsideVariable) {
return outsideVariable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment