L07 - Browser and Events
The lecture deals with the event driven programming technique in JavaScript.
The lecture covers topics like:
- Event driven programming
- How not to - How to
 - Propagation
 - Delegation
 - Timers
 - Custom events
 - Event loop
 
 
Presentation
View the presentation "Event driven programming" with Johan Leitet.
The slides are here.
There is an English version and a Swedish version of the presentation.
- English version
- Part 1 (2016), 40min (from 1h 1m to 1h 41min).
 - Part 2 (2018), 1h 29min
 
 - Swedish version (2019), 1h 39min.
 
Resources
Read about events.