Lets say you have a create button that dynamically creates a element and a button element named play. The play button has an eventlistener("click") that has a variable named timer that equals set interval which runs a function named start timer that displays a time elapsed within the innerHTML of the p that was created.
QUESTION: Since there can be multiple timer buttons created, how can you bind the play button clicked with the p element that it was created with?