NodeList.prototype.forEach = Array.prototype.forEach;
NodeList.prototype.forEach === Array.prototype.forEach
Array.prototype.forEach.call(document.querySelectorAll('div'), console.log)