Category DOMPosted on September 2, 2020September 2, 2020Difference between target & currentTarget? Hi, this subject could be a interview question and also we need to know what is the main difference between target and currentTarget. …
Category DOMPosted on September 1, 2020September 1, 2020Explain event delegation JS Hi, in this post I'm going to explain the event delegation in Javascript, so let's start. …
Category DOMPosted on August 19, 2020August 19, 2020DOM – getting the path of a node Hi, this post have the code solution of how to obtain the path of a node to get to the root node. …
Category DOMPosted on August 19, 2020August 19, 2020What is the difference between node and element? Hi, in this post I'm going to explain you which is the difference between a node and an element in the DOM. …
Category DOMPosted on August 19, 2020August 19, 2020Explanation of how .children property works Hi, in this post I'm going to explain you what is the property .children and also what is the main functionality of this property. …
Category DOMPosted on August 18, 2020August 18, 2020Why NodeList is Not Live? Hi, in this post I'm going to explain you why a NodeList is Not Live. …
Category DOMPosted on August 18, 2020August 18, 2020Why HTMLCollection is Live? Hi, in this post I'm going to explain you how the Live definition works in the DOM. …
Category DOMPosted on August 17, 2020August 17, 2020HTMLCollection vs NodeList Hi, in this post we are going to learn the difference between HTMLCollection and NodeList. …
Category DOMPosted on August 16, 2020August 16, 2020DOM querySelector and querySelectorAll Hi, in this post I'm going to explain you how the querySelector and querySelectorAll works. …