Html – Best way to check Javascript keydown for Alphanumeric and Symbol characters?
I am currently working on a Javascript & HTML project where I am receiving an input from a user. As I need to log key presses at all times I have opted against using a text box & submit button,…