Skip to content

Instantly share code, notes, and snippets.

@k0nserv
Last active January 1, 2016 17:19
Show Gist options
  • Save k0nserv/8176804 to your computer and use it in GitHub Desktop.
Save k0nserv/8176804 to your computer and use it in GitHub Desktop.
var f = new Function("x",
"with(Math) {" +
"return " + input.value +
";}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment