diff --git a/23_Day_Event_listeners/23_day_event_listeners.md b/23_Day_Event_listeners/23_day_event_listeners.md index 8929480..7fa7301 100644 --- a/23_Day_Event_listeners/23_day_event_listeners.md +++ b/23_Day_Event_listeners/23_day_event_listeners.md @@ -288,7 +288,7 @@ In contrast to _input_ or _change_, the _blur_ event occur when the input field ``` -#### 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.