JavaScript DOM Events Explained: Capturing, Target & Bubbling Phase for Beginners
First, What is the DOM?
DOM stands for Document Object Model.
When your browser loads an HTML page, it converts that HTML into a tree-like structure so JavaScript can read and interact with it.
Thin
tejasdevcodes.hashnode.dev6 min read