Document object Model in Javascript
Document Object Model
When a page is loaded, the browser creates the DOM for the web page.
The DOM represents the document as a node tree, where each node represents each element of html.
Document Object Model is an API that represents and interacts...
prathameshsawant.hashnode.dev2 min read