Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

What is a DOM Interface in JavaScript?

https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction#DOM_interfaces

I'm having trouble comprehending what an interface within the JavaScript realm is.

1 Answer

Victor Enriquez
Victor Enriquez
22,766 Points

It is an object and a portion of the DOM by which JavaScript can alter the behavior of such a portion of the DOM. JavaScript by itself doesn't have these objects. So when a browser is developed these objects/interfaces are created as an API to enable JavaScript to manipulate the DOM.