https://developer.mozilla.org/en-US/docs/Web/API/NodeList/fo...
NodeList.prototype.forEach = Array.prototype.forEach;
NodeList.prototype.forEach === Array.prototype.forEach
Array.prototype.forEach.call(document.querySelectorAll('div'), console.log)
https://developer.mozilla.org/en-US/docs/Web/API/NodeList/fo...