Skip to content

Instantly share code, notes, and snippets.

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