Monday 15 April 2013

Ascii Key - print to Console


This line of code will display the Ascii key number for each key pressed.

console.log(evt.keyCode);

Original Post Oct 31st 2012

No comments:

Post a Comment