DEV Community

Cover image for Day 10 : Understanding DOM and debugging was never so easy
Gaurav-Shekhawat
Gaurav-Shekhawat

Posted on

Day 10 : Understanding DOM and debugging was never so easy

I am summarising everything that I have learnt today. If you also want to go through the same topic, I believe the article links I am providing is one of the best on the web available for that topic.



  • Walking through the DOM :- javascript-info . In this article, you may feel some problem at the last with the table properties. Just see the properties being used in the example, ignore others (we will search for them whenever needed, as we know what to search for).


  • Debugging javascript using chrome developer tools :- Google

  • Best guide to debugging javascript for beginners I could find - link . In this everything is explained in a much simpler language.

Top comments (3)

Collapse
 
ifierygod profile image
Goran Kortjie

Awesome

Collapse
 
gauravshekhawat profile image
Gaurav-Shekhawat

Thanks

Collapse
 
gauravshekhawat profile image
Gaurav-Shekhawat

I will add new topics later on..