feat: implement event handling for exercise 4 with capturing and logging

This commit is contained in:
2026-05-20 16:24:05 -03:00
parent e7d0ca8aa2
commit 36afe58c6f
2 changed files with 25 additions and 3 deletions

View File

@@ -39,9 +39,9 @@
</div>
<hr>
<div id="ejercicio-4">
<div id="externo">
<div id="interno">
<button>Click</button>
<div id="outside">
<div id="inside">
<button id="insideButton">Click</button>
</div>
</div>
</div>