Event Bubbling and Capturing
We manipulate the html page from the JS using the DOM, where dom makes us available different varities of eventing mechanisms, that are important in JS.
The syntax of an Event in JS is like this
<button>.addEventListener('<eventName>', () => {
}, {ca...
document-object-manipulation-dom.hashnode.dev2 min read