I have a javascript file that sets an EventListener of \'click\' on every element with the tag. I want to get the id of the article clicked when
getElementsByTagName returns a nodelist. You can then add an eventlistener to each one of those elements with a for loop.
getElementsByTagName
hey yo