282
Companies updating their websites
(sopuli.xyz)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Right - it should have been:
document.querySelectorAll('span#copyright_year').forEach((el) => { el.innerText = new Date().getFullYear() })
so that we update all spans with that ID!
So true and yet so hurtful.