Skip to content

Commit b0381df

Browse files
committed
Event listeners
1 parent 8a85e2c commit b0381df

File tree

18 files changed

+0
-2
lines changed

18 files changed

+0
-2
lines changed

23_Day_Event_listeners/23_day_event_listeners.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ The following is an example of click type event.
123123

124124
<body>
125125
<button>Click Me</button>
126-
127126
<script>
128127
const button = document.querySelector('button')
129128
button.addEventListener('dblclick', e => {
@@ -156,7 +155,6 @@ The following is an example of click type event.
156155

157156
<body>
158157
<button>Click Me</button>
159-
160158
<script>
161159
const button = document.querySelector('button')
162160
button.addEventListener('mouseenter', e => {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)