Skip to content

Latest commit

 

History

History

lesson-2-events

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Lesson 2: Events

Key Terms

  • event
  • event listener / event handler
  • DOMContentLoaded
  • click event
  • propagation
  • default actions
  • callbacks

Essential Questions

  • What are some of the different types of events we might want to respond to when working with code?
  • How might we apply object-oriented principles and best-practices to programming for the browser?

Learning Assignments

Practice