javascripteventskeycode

What can i use instead of event which is deprecated?


i need to move the element by the arrows (arrowUp arrowDown and so on)but event key/keyCode is deprecated. So what can i use instead of them?


Solution

  • You can use KeyboardEvent.code