Skip to content

Instantly share code, notes, and snippets.

@tolmasky
Created January 25, 2010 01:30
Show Gist options
  • Save tolmasky/285564 to your computer and use it in GitHub Desktop.
Save tolmasky/285564 to your computer and use it in GitHub Desktop.
function print_something()
{
console.log(something);
}
eval("var something = long_operation()");
print_something();
eval("var something = long_operation()");
print_something();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment