Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created September 30, 2013 10:10
Show Gist options
  • Save asjustas/6761802 to your computer and use it in GitHub Desktop.
Save asjustas/6761802 to your computer and use it in GitHub Desktop.
Eval js
var theInstructions = "alert('Hello World'); var x = 100";
var F = new Function (theInstructions);
return(F());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment