They asked me about dom.
Sigiloso
Document Object Model (DOM) is a programming interface for web documents. It represents the structure of a web page as a tree of objects, where each object corresponds to a part of the page (e.g., elements like paragraphs, headings, or images). Developers can use the DOM to manipulate the content, structure, and style of a web page dynamically.