A tweet-sized, fork-to-play, community-curated collection of JavaScript.
- Click the button above to fork this gist.
- Modify all the files to according to the rules below.
- Save your entry and tweet it up!
Keep in mind that thanks to the awesome sensibilities of the GitHub team, gists are just repos. So feel free to clone yours and work locally for a more comfortable environment, and to allow commit messages.
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.
Hi all,
Last month, subzey and I invented a system allowing to execute 190 JS characters in one single tweet.
Gist: https://gist.github.com/xem/7086007
I described it in detail here: http://xem.github.io/?golfing
Though, It uses 140 characters, not 140 bytes...
So do you think this system is still suitable for 140byt.es entries?