When an event handler is called in response to an event, it is passed parameters that help it work with the event. In legacy JS environments, native event handlers are passed an Event object with ...