JavaScript DOM Event Object

DOM - Event Object :

Events in JavaScript are considered as objects.

When Events are fired, the 'event' object is generated by the browser. This object encapsulates all data related to that event.

To access or manipulate this object, we can optionally pass it as first argument to the event handler function.

The properties of this object are as follows:

DOM Event Object property, description and example

The method of this object is:

DOM Event Object property, description and example 2
#javascript_event_object #Event_Object_javascript #javascript_event_target #javascript_event_properties

(New page will open, for Comment)

Not yet commented...