The world of javascript dom 馃拋
What is Dom??
Document Object Model is what the DOM in javascript's dom-manipulation stands for. A tree-like structure called the Document Object Model (DOM) shows the hierarchical relationships between different HTML components. It is simply a tree ...
shreya-trivedi.hashnode.dev4 min read