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/post-lecture-quiz.md

349 B

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