Front End Interview Series-Part 2
Q11: What is DOM?
DOM stands for Document Object Model. It is the representation of a web page in the form of a tree structure where each node contains an object. The objects are nothing but the HTML elements of the page. DOM can be used to access an...
sakshichaudhary.hashnode.dev4 min read