Created
October 27, 2017 14:31
-
-
Save cowboy/0f439cb4cc066716eca91af4b139a58d 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