Front-end Web Developer
See more
const nodes = document.querySelectorAll('p');Array.prototype.forEach.call(nodes, node => { node.style.color = 'red';});