What is the DOM in JavaScript? Document Object Model (DOM), is an object-oriented representation of a web page, which can be modified with a scripting language such as JavaScript. The DOM is able to change the document style, content and structure. ...