pull/375/merge
Rabeeh Ebrahim 9 months ago committed by GitHub
commit 0146625332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -288,7 +288,7 @@ In contrast to _input_ or _change_, the _blur_ event occur when the input field
</html>
```
#### keypress, keydow and keyup
#### keypress, keydown and keyup
We can access all the key numbers of the keyboard using different event listener types. Let us use keypress and get the keyCode of each keyboard keys.

Loading…
Cancel
Save