I don\'t understand the difference, they both seem the same but I guess they are not.
Any examples of when to use one or the other would be appreciated.
e.currentTarget is element(parent) where event is registered, e.target is node(children) where event is pointing to.