143 likes
·
4.9K reads
11 comments
Thanks for this Well explained and well structured even with the diagram example. Looking forward to see the continuation of this ma. 🥰🥰🥰
It's really good to know you found the article useful. Thank you for reading.
As a Software Developer, the Document Object Model (DOM) is one of the most important concepts worth understanding.
You're 100% correct. If one is doing software for the web, one should be able to understand DOM and have basic ideas on how to traverse it and manipulate it.
The DOM API is huge and most of the times we just use few APIs. We don't need to learn them all but it's OK to know they exist to grasp our possibilities in the web browser.
Thanks for sharing, Edidiong :)
Just like you said, we mostly use very few of the DOM APIs but understanding it is extremely very important.
Thank you for reading and sharing the article Francisco
This is a great piece, someone just starting out with JavaScript will find this really useful.
It is really good to know you found the article useful. Feel free to share it with anyone you think might find it useful.
A good introduction. I'm a big fan of using querySelector() rather than the older getElementById(), getElementByTagName(), and so on.
Yeah, querySelector() is pretty cool as well.
Love this explanation! very clear
Glad you found it useful.
Nice intro into the subject,