Enough JavaScript to get you Started : #14 Understanding DOM
What is DOM?
๐ The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the page so that programs can change the document structure, style, and content. The DOM represents the document as nodes and objects...
adarshpandya.hashnode.dev11 min read