How important is it to understand the DOM?

Question

How important is it to understand the DOM?

Answer

Very! The ability to create interactive web pages and web applications relies on the DOM - understanding how the DOM works and how to manipulate the DOM will make us better web developers. For web development in-particular, understanding the DOM will help us use JavaScript and other libraries/frameworks, like jQuery, more effectively and efficiently.