Sign in
Log inSign up
Edidiong Asikpo (Didi)

143 likes

·

4.7K reads

11 comments

Awopetu Rasheed Oluwadamilare
Awopetu Rasheed Oluwadamilare
May 5, 2020

Thanks for this Well explained and well structured even with the diagram example. Looking forward to see the continuation of this ma. 🥰🥰🥰

7
·
·1 reply
Edidiong Asikpo (Didi)
Edidiong Asikpo (Didi)
Author
·May 7, 2020

It's really good to know you found the article useful. Thank you for reading.

·
Francisco Quintero
Francisco Quintero
May 7, 2020

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 :)

5
·
·1 reply
Edidiong Asikpo (Didi)
Edidiong Asikpo (Didi)
Author
·May 7, 2020

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

2
·
Ngaji Samuel
Ngaji Samuel
May 10, 2020

This is a great piece, someone just starting out with JavaScript will find this really useful.

3
·
·1 reply
Edidiong Asikpo (Didi)
Edidiong Asikpo (Didi)
Author
·May 10, 2020

It is really good to know you found the article useful. Feel free to share it with anyone you think might find it useful.

·
Daniel Waylonis
Daniel Waylonis
May 24, 2020

A good introduction. I'm a big fan of using querySelector() rather than the older getElementById(), getElementByTagName(), and so on.

1
·
·1 reply
Edidiong Asikpo (Didi)
Edidiong Asikpo (Didi)
Author
·Aug 11, 2020

Yeah, querySelector() is pretty cool as well.

·
Chris Bongers
Chris Bongers
Aug 11, 2020

Love this explanation! very clear

1
·
·1 reply
Edidiong Asikpo (Didi)
Edidiong Asikpo (Didi)
Author
·Aug 11, 2020

Glad you found it useful.

·
cyrusCodes
cyrusCodes
Jan 23, 2021

Nice intro into the subject,

·