JS DOM Events
Description #
Javascript in the browser is very event driven. This module will explain how to listen for and act on events that take place.
Where this knowledge is utilized #
- CSE 121b
- WDD 230
- WDD 330
- WDD 430
Prerequisites #
- Understanding of DOM basics
- Understanding of JS Array Methods
- Understanding of JS Functions