JavaScript30
JavaScript30 copied to clipboard
KeyboardEvent.keyCode is now deprecated. Replaced it with KeyboardEvent.code and kept the same project structure as original
Link to MDN documentation about keyCode event: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode