What is DOM? It is our window to access the contents of the webpage from Javascript. Consider it as an interface between the Webpage and the Javascript file. The script file interacts with the webpage via the DOM. How is it created? When the browser ...
prithvi.hashnode.dev3 min read
No responses yet.