function switchLightDark() { let element = document.body element.classList.toggle("dark-mode") }