Learn Event Delegation In 10 Minutes (Дата оригинальной публикации: )
JavaScript Simplified Course:
Event listeners seem like a simple concept at first, but as you dive deeper in you may run into a ton of issues and bugs. Most likely these issues occur because you are not properly using event delegation. In this video I will break down what event delegation is so you can start using it in your own projects.
📚 Materials/References:
JavaScript Simplified Course:
Event Listener Crash Course:
🌎 Find Me Here:
My Blog:
My Courses:
Patreon:
Twitter:
Discord:
GitHub:
CodePen:
⏱️ Timestamps:
00:00 - Introduction
00:34 - The Problem With Events
03:00 - Basic Event Delegation
07:22 - Advanced Event Delegation
#EventDelegation #WDS #JavaScript