Skip to content

Instantly share code, notes, and snippets.

@erayarslan
Last active February 24, 2017 07:20
Show Gist options
  • Select an option

  • Save erayarslan/a84897f3dd19808f45999b18c86e2066 to your computer and use it in GitHub Desktop.

Select an option

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