Demystifying JavaScript Tutorials For Beginners(2020) - #21 - DOM Traversal

preview_player
Показать описание
In this video, we will cover a [T] Theory video where you will completely understand the DOM Traversal methods like parentElement, parentNode,
children, childNodes, nextSibling, nextElementSibling, previousSibling, previousElementSibling to understand the terms - children, parent, ancestor, and descendants. We will see how using these terms and methods we can traverse up the DOM tree, traverse along within the same level, dig deeper to explore nodes. There is no code for this video.
----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

-~-~~-~~~-~~-~-
Please watch: "Demystifying JavaScript Tutorials For Beginners(2020)-#39-this keyword,implicit and explicit binding"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

NOTE : In the video I told in general about methods and properties can be used on current node. In the video I wrongly said properties as methods. These all are properties :). Hope you like the video.

TheNerdyDev