Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 349 Bytes

post-lecture-quiz.md

File metadata and controls

18 lines (12 loc) · 349 Bytes

Complete this quiz by checking one answer per question.

  1. Just about anything a user does on a page raises an event
  • true
  • false
  1. Common events include
  • click_event
  • select_event
  • input_event
  • all of these
  1. You can use anonymous functions to create event handlers
  • true
  • false