(+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
(+new Date() + "").split('').map(function (num) { | |
return String.fromCharCode(97 + parseInt(num)); | |
}).join(''); |