What is the use of DOM ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is the use of DOM ?

2nd Jan 2017, 3:55 PM
sonal kunal
sonal kunal - avatar
4 Answers
+ 3
you can manipulate elements much easier with js when you set the dom up correctly
2nd Jan 2017, 9:22 PM
Kamil
Kamil - avatar
+ 1
By using DOM, you can manipulate the things in a easy and abstract manner. you need not write any code as all are available as built-in methods (or functions). This makes the task of coding faster and easier
30th Jan 2017, 5:38 AM
Vijay Vadaparthi
Vijay Vadaparthi - avatar
0
not only can you manipulate but you can retrieve that item and pass it into more JavaScript.
3rd Jan 2017, 3:03 AM
Tim McCracken
Tim McCracken - avatar
0
It is a way of manipulate a html file with javascript language. Understand the Document as the page that is shown in the browser.
13th Jan 2017, 4:13 AM
Andre Almeida Matos de Oliveira Pinto