DOM in JS
What is DOM?
When a web page is loaded, the browser creates a Document Object Model of the page.The DOM defines a standard for accessing documents .The HTML DOM model is constructed as a tree of Objects:
Structure of the DOM:
The DOM represents the...
megha17.hashnode.dev4 min read