EF Education First interview question

What is the DOM object in JS

Interview Answer

Anonymous

21 June 2016

the dom is refers to the document object model meaning that their is a host object in the javascript code that allows you to manipulate data from the representation of html in the web browser.