javascript difference between target and currenttarget

JavaScript
target = The element that triggered event.
currentTarget = The element that has the event listener.
Source

Also in JavaScript: