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 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

Zoho Projects – Benefits of task management

Managing Task list, Tasks and Subtasks A Task is an activity that needs to be accomplished within a defined period…

2 years ago