0
what is javascript DOM?
2 Answers
+ 20
When a web page is loaded, the browser creates a Document Object Model(DOM) of the page. And JavaScript can be used to manipulate the DOM of a page to add, delete and add elements.
To learn more, just follow the last module of JavaScript course.
Good luck :)
+ 3
Its just some terms that developers and web browsers agree on to make creating web pages much easier... nothing special



