What is the DOM does actually in a javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the DOM does actually in a javascript?

5th Mar 2017, 3:36 PM
Chinmai Sai
Chinmai Sai - avatar
2 Answers
+ 8
DOM is Document Object Model, the internal tree data structure JS object ( variable ) of the interpreted html page source code, used to handle ( access/update ) dynamically page content ;)
5th Mar 2017, 6:42 PM
visph
visph - avatar
0
javaScript uses the DOM structure to manipulate content or data dynamically.
5th Mar 2017, 4:14 PM
Benneth Yankey
Benneth Yankey - avatar