0

what is javascript DOM?

5th Sep 2016, 6:08 PM
ahmed mokhtar
ahmed mokhtar - avatar
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 :)
24th Oct 2016, 12:41 PM
//Lana Wilson
//Lana Wilson - avatar
+ 3
Its just some terms that developers and web browsers agree on to make creating web pages much easier... nothing special
26th Oct 2016, 12:02 PM
Amir Hassan Asvadi
Amir Hassan Asvadi - avatar