let toggle = false;

var body = document.body; const chk = document.querySelector('.check');

chk.addEventListener("click", () => { if(!toggle){ toggle = true; body.classList.add("darkMode");

}else{ toggle = false; body.classList.remove("darkMode"); }

});

Zoho Zia

Zia and Zoho Projects – Artificial Intelligence for your business

Zia is an AI-driven chatbot that streamlines your activities in Zoho Projects. Zia has a conversational interface where you canĀ get…

2 years ago