+ 2
What is the DOM does actually in a javascript?
2 odpowiedzi
+ 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 ;)
0
javaScript uses the DOM structure to manipulate content or data dynamically.