All about DOM " How does the browser talk to JS ??
The DOM is a tree structure that represents the HTML of the websites. And every element of this HTML is called a node
More specifically, to understand node it's important to understand DOM which stands for Document Object Model. DOM is a tree-like st...
shaquibkhan.hashnode.dev4 min read