Last active
October 31, 2019 12:48
-
-
Save guchimon99/cbc528eba375c8698ca4a6a81c3caebc to your computer and use it in GitHub Desktop.
halloween.js
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
| 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 |
s/treet/treat/
Author
s/treet/treat/
γγγγ¨γοΌ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
γγγγγΌγοΌ