Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ste-vg
Created August 21, 2019 17:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ste-vg/89b41d0f849686a04107cb22aaa077e1 to your computer and use it in GitHub Desktop.
Save ste-vg/89b41d0f849686a04107cb22aaa077e1 to your computer and use it in GitHub Desktop.
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