Click on a paragraph. An alert box will alert the element whose eventlistener triggered the event.
Note: The currentTarget property does not necessarily return the element that was clicked on, but the element whose eventlistener triggered the event.