Skip to content

Instantly share code, notes, and snippets.

@syeo66
Created May 11, 2019 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syeo66/6d78cc7669f9fb6a896221beacc839c5 to your computer and use it in GitHub Desktop.
Save syeo66/6d78cc7669f9fb6a896221beacc839c5 to your computer and use it in GitHub Desktop.
...now a bit more concise
const encode = data => data.split('').map(c => c.toUpperCase());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment