DOM Manipulation

Selecting Elements

Use querySelector, getElementById, and class selectors to grab HTML elements.

Updating Elements

Manipulate text, HTML, or CSS using innerText, innerHTML, and style properties.

Event Listeners

Listen to clicks, keyboard input, and other events with addEventListener.