Skip to main content

JavaScript DOM

We take the first steps towards making a webpage interactive by introducing the DOM and the browser's API. Here we learn to read and change content as well as add and remove elements on a webpage. We also look at selected events and how JavaScript can react to them.

Before class

Practical requirements

Extra resources

During class

We will use these 📄 JavaScript DOM (PDF) and you will have time to do the exercises.

Demos used in class:

  • TBD

After class

Finish the exercises.