JavaScript Browsers Objects

JavaScript Object Types

The Document Object Model (DOM)

Traversing Nodes in the DOM Tree

Searching for Nodes in the DOM Tree

NodeLists and HTMLCollections

Manipulating the DOM Tree

HTML DOM Events

Handling DOM Events

The addEventListener Method

element.addEventListener(event, function, useCapture)

JavaScript Event Object

The Browser Object Model (BOM)