allButtonsOnPage.forEach(function(button, index) { button.addEventListener('click', function() { logButtonIndex(index); }); });