fixed a type

pull/375/head
Rabeeh Ebrahim 3 years ago committed by GitHub
parent a63597bc65
commit f89da41dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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