Skip to content

Instantly share code, notes, and snippets.

@erayarslan
Last active February 24, 2017 07:20
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 erayarslan/a84897f3dd19808f45999b18c86e2066 to your computer and use it in GitHub Desktop.
Save erayarslan/a84897f3dd19808f45999b18c86e2066 to your computer and use it in GitHub Desktop.
(+new Date() + "").split('').map(function (num) {
return String.fromCharCode(97 + parseInt(num));
}).join('');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment