No questions for this lesson.
Handling events with React elements is very similar to handling events on DOM elements, but with camelCase naming conventions.
You pass a function as the event handler rather than a string, which makes React events highly predictable and easy to compose.