Document Object Model (DOM)
- Getting Started with the DOM
- digitalocean.com: Understanding the DOM — Document Object Model eBook
- freecodecamp.org: JavaScript DOM Tutorial – How to Build a Calculator App in JS
- freecodecamp.org: How the Document Object Model Works in JavaScript – DOM Tutorial for Beginners The DOM, or document object model, gives you a way to manipulate the structure of a webpage. So as a web dev, you’ll need a solid understanding of how it works. Here, Dickson explains the DOM’s structure, how to access it, & how it works in JavaScript.