Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created May 30, 2016 01:38
Show Gist options
  • Save egrueter-dev/1a15611cd5e617e56ea66bc99307bde7 to your computer and use it in GitHub Desktop.
Save egrueter-dev/1a15611cd5e617e56ea66bc99307bde7 to your computer and use it in GitHub Desktop.
function a( ) {
var myvar = 2
function b() {
console.log(myvar);
}
b( );
}
var myvar = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment