Skip to content

Instantly share code, notes, and snippets.

@guchimon99
Last active October 31, 2019 12:48
Show Gist options
  • Select an option

  • Save guchimon99/cbc528eba375c8698ca4a6a81c3caebc to your computer and use it in GitHub Desktop.

Select an option

Save guchimon99/cbc528eba375c8698ca4a6a81c3caebc to your computer and use it in GitHub Desktop.
halloween.js
function trick () {
if(Math.random() > 0.8) {
return
}
return Array.from({length:999}).map(function(){ return "πŸ’©"}).join("")
}
function treat () {
return "🍬"
}
trick() || treat()
// -> https://twitter.com/suin/status/1189685047583838208
@hiroyaiizuka
Copy link

うんこかーい!

@jTakasuRyuji
Copy link

s/treet/treat/

@guchimon99
Copy link
Author

s/treet/treat/

γ‚γ‚ŠγŒγ¨γ†οΌ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment