Skip to content

Instantly share code, notes, and snippets.

@jkcgs
Forked from anonymous/jej.js
Last active June 17, 2017 20:04
Show Gist options
  • Save jkcgs/8e497df814f2ee20f0e7 to your computer and use it in GitHub Desktop.
Save jkcgs/8e497df814f2ee20f0e7 to your computer and use it in GitHub Desktop.
"mxxlrvflqbmlqjdp"
.split(String.fromCharCode(108))
.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