Click on any elements in this document to find out which element triggered the onclick event.
The currentTarget property refers to the element whose event listener triggered the event.
This is opposed to the target property, which returns the element that triggered the event.