What is javascript dom? And how it's work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is javascript dom? And how it's work?

23rd Dec 2022, 2:18 PM
ABIR DAS
ABIR DAS - avatar
1 Answer
0
Dom is document object model. It represent html document and give us useful methods for working with html and css. This is very important part od js, it allow us to make dynamic pages, to take values from inputs, and many more. Here is some documentation about it: https://www.w3schools.com/js/js_htmldom.asp
23rd Dec 2022, 3:10 PM
PanicS
PanicS - avatar