Skip to content

Instantly share code, notes, and snippets.

@miikka
Created October 16, 2012 16:12
Show Gist options
  • Save miikka/3900280 to your computer and use it in GitHub Desktop.
Save miikka/3900280 to your computer and use it in GitHub Desktop.
function eval_(foo) {
return eval(foo);
}
eval_("var quux = 1");
eval_("console.log(quux)");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment