Skip to content

Commit 900fe8f

Browse files
authored
Update index-Harry.html
1 parent 5884f0e commit 900fe8f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

25 - Event Capture, Propagation, Bubbling and Once/index-Harry.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
const divs = document.querySelectorAll('div');
4848
const button = document.querySelector('button');
4949

50-
x
51-
5250
button.addEventListener('click', () => {
5351
console.log('Click!!!');
5452
}, {
@@ -57,4 +55,4 @@
5755
</script>
5856
</body>
5957

60-
</html>
58+
</html>

0 commit comments

Comments
 (0)