Node.JS Developer Assessment

Array.from(document.querySelectorAll(‘.result-item .details .a’)).map(a => a.href)
Please include sample code.
A hovering pop-up with HTML class “subscribe-ad” is over top of a button with HTML id “next-button” that we need to click using Puppeteer.