Skip to content

Instantly share code, notes, and snippets.

@k33g
Created November 23, 2010 04:25
Show Gist options
  • Save k33g/711246 to your computer and use it in GitHub Desktop.
Save k33g/711246 to your computer and use it in GitHub Desktop.
Function() F capital
var pouet = new Function("param1","param2","alert(param1+' '+param2)");
pouet("Hello","World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment