Understanding Event Phases in JavaScript (Capturing & Bubbling)
Did you know about this in eventListeners?What is this third parameter?
btn.addEventListener("click", function(){}, false)
What does this false mean?Think 🤔. Let's learn about it
Let's Take a Simpl
events-phases-harshil.hashnode.dev4 min read