Skip to content

Instantly share code, notes, and snippets.

Created November 27, 2015 21:30
Show Gist options
  • Save anonymous/de2b7310e286b85ba897 to your computer and use it in GitHub Desktop.
Save anonymous/de2b7310e286b85ba897 to your computer and use it in GitHub Desktop.
"mxxlrvflqbmlqjdp"
.split(String.fromCharCode('o'.charCodeAt(0)-3))
.reverse().join(" ").replace(
/[a-z]/g, (s) => {
return s.charCodeAt(0) == 120 ? 'e'
: String.fromCharCode(s.charCodeAt(0) - 1);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment