JavaScript30
JavaScript30 copied to clipboard
Drum Kit Issues
Issues:
• As the event.keyCode is deprecated, suggest to change this property to event.key and replace attribute values in HTML to alphabetical.
• Use of ternary operator?