Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

pre-lecture-quiz.md

File metadata and controls

20 lines (14 loc) · 454 Bytes

Complete this quiz in class.

  1. Event-driven programming is when a user
  • clicks on a button
  • changes a value
  • interacts with the page
  • any of the above
  1. In procedural programming, functions are called
  • any time
  • in a specific order
  • left to right
  1. The universal method exposed in the DOM for registering event handlers is called
  • addEventListener
  • addListener
  • addEvent