Skip to content

Instantly share code, notes, and snippets.

@sigmasoldi3r
Last active April 1, 2020 13:43
Show Gist options
  • Save sigmasoldi3r/54cf9ffe6ab76e7fa7eff2feb1eadd16 to your computer and use it in GitHub Desktop.
Save sigmasoldi3r/54cf9ffe6ab76e7fa7eff2feb1eadd16 to your computer and use it in GitHub Desktop.
Get your name in draconic
let f = (n) => [...n].map((x) => ~x.charCodeAt(0)).map((x) => String.fromCharCode(-x)).join('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment