Skip to content

Instantly share code, notes, and snippets.

@khoden
Created August 28, 2017 06:22
Show Gist options
  • Select an option

  • Save khoden/05ccb0c0d415141c9c6d0a34f885d12e to your computer and use it in GitHub Desktop.

Select an option

Save khoden/05ccb0c0d415141c9c6d0a34f885d12e to your computer and use it in GitHub Desktop.
for (const k of ['key', 'code', 'which', 'keyCode', 'charCode']) {
console.log('e.' + k + '=', e[k]);
}
console.log();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment