-
-
Save rjaeckel/f3ef755639e856aa3f78 to your computer and use it in GitHub Desktop.
javascript function short code for lazy programmers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f=function(){var f=Function;return f.apply(new f,arguments);}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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