This document provides an overview of event handling in JavaScript. It discusses how event handlers allow programs to capture and respond to events, making them event-driven. It describes two methods for handling events - inline JavaScript and defining functions in the head. Common event handlers like onClick, onMouseOver, onFocus, onBlur, onLoad and onUnload are presented along with examples. The document aims to help readers understand the concept and benefits of event handlers and write simple programs using them.