Thanks to youtube, I now have found a great teacher. Not only he explains the concept, but he also gives you the example to help you to visualize. One of the best video to understand DOM.
I have a webage opened in Edge browser and i need to print - every parent, child, nodes with its values to console log. It has to be recursive. I cannot do debug via F12 and then find each parent, each child, children, firstChild lastChild etc...how to do this without knowing the structure???
I looked in your channel and there is NO SUCH VIDEO called "Getting & Setting DOM Node Values". I wish you would put this into a DOM Playlist. It would be so much easier to watch and follow along instead of having to figure out what video is next in this subject matter.
Thanks to youtube, I now have found a great teacher. Not only he explains the concept, but he also gives you the example to help you to visualize. One of the best video to understand DOM.
Awesome Sir!!! Great Explanation..Thanks for this vid....This needs more views!
Dude found you recently, you need more subs. You are good. Keep adding pls
Just stumbled across your channel, though I recall you well from Treehouse :)
Wonderful clear explanations - great job!
Small doubt
Why we are not getting the element
While running (h1.parentNode.parentNode)
I have a webage opened in Edge browser and i need to print - every parent, child, nodes with its values to console log. It has to be recursive. I cannot do debug via F12 and then find each parent, each child, children, firstChild lastChild etc...how to do this without knowing the structure???
Sir, how to lighting (focus) to the cursor like you did? Are there need a third-party apps?
How do you traverse down the nodes from Grandparent to grandchild element?
I looked in your channel and there is NO SUCH VIDEO called "Getting & Setting DOM Node Values". I wish you would put this into a DOM Playlist. It would be so much easier to watch and follow along instead of having to figure out what video is next in this subject matter.
What's the magick there?