Skip to content

Instantly share code, notes, and snippets.

@othiym23
Created January 4, 2013 22:20
Show Gist options
  • Select an option

  • Save othiym23/4457936 to your computer and use it in GitHub Desktop.

Select an option

Save othiym23/4457936 to your computer and use it in GitHub Desktop.
var x = 'global';
function test() {
var x = 'local';
("eval",eval)("console.log(x)");
}
test();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment