
Week 5: DOM Manipulation & Events
June 1, 20251 min readLorenzo
JavaScriptDOMEventsInteractivity
This week I explored how JavaScript connects with the browser through the Document Object Model (DOM).
What I Learned
- DOM Traversal & Selection
- Event Listeners & Handlers
- Creating Dynamic Interfaces
Reflection
It’s amazing how much control JavaScript gives over the page. I can now build interactive experiences.


