what does e.target do code example
Example: what is e.target in javascript
The target property gets the element on which the event originally occurred,
opposed to the currentTarget property, which always refers to the element
whose event listener triggered the event.