...

/

Summary: The Main Event

Summary: The Main Event

Review what we learned about controlling events in JavaScript.

We'll cover the following...

Key points

  • Events occur when a user interacts with a web page.
  • An event listener is attached to an element and then invokes a callback function when the event occurs.
  • The event object is passed to the
...