const articles = document.getElementsByTagName('article'); const paragraphs = document.getElementsByTagName('p'); const firstArticle = articles[0]; const secondParagraph = paragraphs[1];
const articles = document.getElementsByTagName('article'); const paragraphs = document.getElementsByTagName('p'); const firstArticle = articles[0]; const secondParagraph = paragraphs[1];