Category Web Development

Transversing the DOM in JavaScript

Basically what you can do here is by selecting the element or nodes you can select its parent, sibling or children. Nodes are a collection of nodelist and Element Nodes are HTML collection First, let’s talk about nodes it’s a…