You've learned to select elements with getElementById, querySelector, and related methods. You can read and modify content, attributes, classes, and styles.
You know how to create, insert, and remove elements, plus traverse the DOM tree. You understand performance best practices like caching references and using document fragments. Next, you'll learn to respond to user actions with events.