Skip to content

Instantly share code, notes, and snippets.

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