DEV Community

hema latha
hema latha

Posted on

what is Dom in java script?

Document Object Model (DOM) is a programming interface that allows JavaScript to interact with HTML or XML documents. It represents a document as a tree structure, where each node represents a part of the document
`

Top comments (0)