Created
August 21, 2019 17:33
-
-
Save ste-vg/89b41d0f849686a04107cb22aaa077e1 to your computer and use it in GitHub Desktop.
This file contains 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
const CODES = ['o', 'W', 'X', 'H', 'i', 'a', 'l', 's', 's','Q', 'v', 'y']; | |
console.log(`/${CODES.filter((c,i) => i % 3 == 0).join('')}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment