Skip to content

Instantly share code, notes, and snippets.

@neoPix
Created September 14, 2018 18:59
Show Gist options
  • Select an option

  • Save neoPix/aab8cb5e83939b1662cec130310b05bc to your computer and use it in GitHub Desktop.

Select an option

Save neoPix/aab8cb5e83939b1662cec130310b05bc to your computer and use it in GitHub Desktop.
Code chalenge
'70 66 6d 67 23 6d 76 67 66 70 2d'.split(' ').map(part => parseInt(part, 16)).map(value => value ^ 3).map(code => String.fromCodePoint(code)).join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment