L06 - Browser and the DOM
The lecture investigates the Document Object Model (DOM) in the browser environment.
The lecture covers topics like:
- Document Object Model (DOM)
- Traversing
- Selecting
- Manipulating
- Templates
- Custom elements
- Shadow DOM
Presentation
View the presentation "Document Object Model" with Johan Leitet.
The slides are here.
There is an English version and a Swedish version of the presentation.
- English version (2018), 1h 29min.
- Swedish version (2019), 1h 43min.
Resources
Read about the DOM.
- Eloquent JavaScript, 3rd Edition