Handling DOM Events with Callbacks

HTML / CSS / DOM Tutorial #8.4

This video looks at how a JavaScript function can be a callback to an event.

For example, when the user clicks a button in the browser, a function is executed. Other events will be covered in future videos.