// Obtain a NodeList of all of the <p> elements in the document const matches = document.querySelectorAll("p");