-
-
Save doc22940/bc0d900c8c7fa15efe4c27bcfb215bd1 to your computer and use it in GitHub Desktop.
i made a bird map
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
| 'bird' | |
| .split(/^(.)(.)(.)/) | |
| .map(''.constructor.call.bind(''.repeat)) | |
| .filter(''.constructor) | |
| .map(''.constructor.call.bind(''.charCodeAt)) | |
| .map(n=>n<100?100:n<101?107:n<106?111:n) | |
| .map(''.constructor.fromCharCode) | |
| .join('') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment