darModeIcon.onclick = () => { paragraph.textContent = paragraph.textContent === 'k' ? 'i' : 'k'; document.body.classList.toggle('dark-mode'); };