Difference between target & currentTarget ?

target : This property is set by the dispatchEvent() method. You cannot change this to a different object.

currentTarget : This property is set by component instance that is actively processing the event object.

No comments: