Skip to content

Instantly share code, notes, and snippets.

@chee
Forked from angus-c/alpha.js
Last active August 29, 2015 14:01
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 chee/649a26229c3ed2e9fb39 to your computer and use it in GitHub Desktop.
Save chee/649a26229c3ed2e9fb39 to your computer and use it in GitHub Desktop.
(a=Array).apply(0,a(123)).map(String.fromCharCode).slice(97)
i=96,r=[];while(i++<122)r.push(String.fromCharCode(i));r
'abcdefghijklmnopqrstuvwxyz'.split('')
String.fromCharCode[b='apply'](0,(a=Array)[b](0,a(123)).map(a.call,Number)).slice(97)
i=97,eval(Array(27).join('String.fromCharCode(i++)+')+'""')
'abcdefghijklmnopqrstuvwxyz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment