[L] JavaScript in web browser
Lecture on how to program with JavaScript in the environment of a web browser.
The lecture covers topics like:
- HTML, CSS and inclusion of JavaScript
- ESM modules
- Events
- DOM
- Troubleshooting
- Linting
- Putting together an application
Resources
The Axel book "JavaScript for impatient programmers" has two chapters on modules and classes.