Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 242 Bytes

event-interface.md

File metadata and controls

11 lines (6 loc) · 242 Bytes

event-interface notes

event object event target event listener

event.currentTarget tells us on which element the event was attached or the element whose eventListener triggered the event.

event.target tells where the event started.