A tweet-sized function for currying other functions with JavaScript
First version was made in exactly 140 bytes. Current version with 4 bytes less (136 bytes in total) is based on @javiervelezreye version (http://repl.it/2fA/4)
140byt.es is a tweet-sized, fork-to-play, community-curated collection of JavaScript
All entries must exist in an index.js
file, whose contents are
- an assignable, valid JavaScript expression that
- contains no more than 140 bytes, and
- does not leak to the global scope.
All entries must also be licensed under the WTFPL or equally permissive license.
See the 140byt.es site for a showcase of entries (built itself using 140-byte entries!), and follow @140bytes on Twitter.
To learn about byte-saving hacks for your own code, or to contribute what you've learned, head to the wiki.
140byt.es is brought to you by Jed Schmidt, with help from Alex Kloss. It was inspired by work from Thomas Fuchs and Dustin Diaz.