Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 11: Managing Errors, Debugging, and Handling Events in JavaScript!
Instruction
Handling DOM events
Applications with a User Interface
Applications with a user interface—and other application types—are predominantly driven by events. Here we focus on DOM events. They originate (or fire) from specific actions or situations in a browser or a native app, such as:
- A user clicks with the mouse, types a keyboard key, or works on a touch screen
- A visual object is dragged & dropped, co...