Created
October 28, 2015 20:59
-
-
Save hattmarris/1372d8b25385675a4455 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Log charCodes: string from keyboard events | |
for(i=0; i<222; i++){ | |
console.log(i + ': ' + String.fromCharCode(i)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment