Skip to content

Commit

Permalink
Event listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jul 10, 2020
1 parent 8a85e2c commit b0381df
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 23_Day_Event_listeners/23_day_event_listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ The following is an example of click type event.

<body>
<button>Click Me</button>

<script>
const button = document.querySelector('button')
button.addEventListener('dblclick', e => {
Expand Down Expand Up @@ -156,7 +155,6 @@ The following is an example of click type event.

<body>
<button>Click Me</button>

<script>
const button = document.querySelector('button')
button.addEventListener('mouseenter', e => {
Expand Down
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.
File renamed without changes.
File renamed without changes.

0 comments on commit b0381df

Please sign in to comment.