Lesson 10: JavaScript and the Web Page DOM
How can a line of JavaScript change a heading that began as plain text in an HTML file? The browser quietly turns that file into a living, object-based structure called the Document Object Model, or DOM. This lesson follows how the Space Facts page becomes a tree that JavaScript can access, while keeping the crucial distinction between the original source and the current page in memory.
