Skip to content

Instantly share code, notes, and snippets.

@alanerzhao
Created March 10, 2014 08:16
Show Gist options
  • Save alanerzhao/9461237 to your computer and use it in GitHub Desktop.
Save alanerzhao/9461237 to your computer and use it in GitHub Desktop.
function doTest(num){
var ascii = 1+63+num;
return String.fromCharCode(ascii)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment