In JavaScript or jQuery you often need to find out which key was pressed. Unfortunately, we don't have it as easy as comparing it against a string like "esc" or "space bar". Each key on the keyboard ...
This was the first solo project I completed as part of the 12-week immersive coding bootcamp with Code Nation. We were given a brief to create a keycode generator that would be able to tell the user ...