Events Cause Processing
After drawing a page, browsers sit idle
waiting for something to happen …
when we give input, it cause events
Processing the input is the task of an
event handler
* Event types
onClick
onChange
onMouseOver