Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created May 27, 2016 01:26
Show Gist options
  • Save egrueter-dev/f53f531ab88431f30c860f056670fcbf to your computer and use it in GitHub Desktop.
Save egrueter-dev/f53f531ab88431f30c860f056670fcbf 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