Simple application that shows you the key code and the code for any key on the keyboard.
The project goal:
- the user hits to any letter, for example L, it will show the actual key which is L, the keycode 76 and the code which is key L
- check if e.key equal an empty string, then it shows the word 'space'
- set up in HTML, style it with CSS and add the functionality with JavaScript
KeyboardEvent.keyCode
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
HTML5 / CSS3 / JavaScript