You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
454 B
454 B
Complete this quiz in class.
- Event-driven programming is when a user
- clicks on a button
- changes a value
- interacts with the page
- any of the above
- In procedural programming, functions are called
- any time
- in a specific order
- left to right
- The universal method exposed in the DOM for registering event handlers is called
- addEventListener
- addListener
- addEvent