Problem Since I am working alone on this, I would like someone who would take a look and point out […]
Tag: ecmascript-8
Handling arrow keys and tabIndex
Problem I’m wondering how to “beautify”/”simplify” this code: function handleKeyDown (e) { if (e.key === ‘Enter’) { e.preventDefault() myCustomEvent(e) return […]