Skip to content

Instantly share code, notes, and snippets.

@jwoglom
Forked from 140bytes/LICENSE.txt
Last active March 25, 2019 11:40
Show Gist options
  • Select an option

  • Save jwoglom/94896ea70c78e7666b19 to your computer and use it in GitHub Desktop.

Select an option

Save jwoglom/94896ea70c78e7666b19 to your computer and use it in GitHub Desktop.
Javascript include
function(){
/* Rules: // make sure
(1) anonymous function // to annotate
(2) optionally self-executing // your code
(3) <140 bytes // so everyone
(4) no global vars // can learn
(5) MIT license // from it!
(6) good luck!
*/}
function(){/*Rules: (1) anonymous function (2) optionally self-executing (3) <140 bytes (4) no global vars (5) MIT license (6) good luck!*/}
{
"name": "sample",
"keywords": [ "sample", "original" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment