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.
Web-Dev-For-Beginners/4-typing-game/.github/pre-lecture-quiz.md

454 B

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