JavaScript30 icon indicating copy to clipboard operation
JavaScript30 copied to clipboard

KeyboardEvent.keyCode is now deprecated. Replaced it with KeyboardEvent.code and kept the same project structure as original

Open RazvanBugoi opened this issue 3 years ago • 0 comments

Link to MDN documentation about keyCode event: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode

RazvanBugoi avatar Jun 19 '21 16:06 RazvanBugoi