Demystifying DOM?
DOM Stands for Document object model,
So when we have an HTML and that HTML is read or parsed by the browser it will create a object out of it . That object can be used for interacting or modifying the DOM Structure or elements.It is a tree like stru...
hashcodehub.hashnode.dev1 min read