An event has two fields that contain the 'target' - event.target, and event.currentTarget.
event.target
event.currentTarget
target = the element that triggered the event currentTarget = the element that is listening to that event
target
currentTarget
[[20210920150655-js-events]]
[[js]]