Skip to content

Instantly share code, notes, and snippets.

@hattmarris
Created October 28, 2015 20:59
Show Gist options
  • Save hattmarris/1372d8b25385675a4455 to your computer and use it in GitHub Desktop.
Save hattmarris/1372d8b25385675a4455 to your computer and use it in GitHub Desktop.
// 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