Event listeners

pull/95/head
Asabeneh 5 years ago
parent 8a85e2cda1
commit b0381df1b0

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

Loading…
Cancel
Save