front-endevent.target vs event.currentTarget, just wanted to know how you people make use of both in certain situations.event.target is the actual element say clicked for example. While event.currentTarget is parent element from where the event originated and to which their is an event handler attached to it.