Skip to content

Instantly share code, notes, and snippets.

@rjaeckel
Created September 24, 2014 10:28
Show Gist options
  • Save rjaeckel/f3ef755639e856aa3f78 to your computer and use it in GitHub Desktop.
Save rjaeckel/f3ef755639e856aa3f78 to your computer and use it in GitHub Desktop.
javascript function short code for lazy programmers
f=function(){var f=Function;return f.apply(new f,arguments);};
f('return Array.slice(arguments).join(" ");')('Hallo','Welt,','wie','geht es dir?');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment