Skip to content

Instantly share code, notes, and snippets.

@goldalworming
Created August 8, 2014 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldalworming/10e930136324521d3a48 to your computer and use it in GitHub Desktop.
Save goldalworming/10e930136324521d3a48 to your computer and use it in GitHub Desktop.
javascript code from string
var a = [1, 2, 3, 45]
var fn = new Function('vars', 'if (vars.length==5){return "benar";}else{return "salah"}');
fn(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment