DOM in js
1. What is the DOM?
DOM = Document Object Model
It is a tree-like structure that represents your web page.
The browser converts your HTML into this object tree so that JavaScript can interact with it.
Think of DOM as a bridge between HTML and Ja...
yesamitsingh.hashnode.dev3 min read