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"); }

});

Process

What points to consider before migrating your data

Data migration is a crucial step in more ways than one. A CTO or concerned manager must keep in mind…

2 years ago

Onboarding process with Zoho People

Onboarding Process Introduction Happy and complete onboarding processes create happy and productive employees. Every organization is different and so are…

3 years ago

What is the map of my business recipe?

User journeys are the steps taken by users to accomplish a predefined task on your business process - whether it…

3 years ago

Marketing Automation Data

You have learned the potential of marketing automation for your business and you have begun some deployment. What's next to…

3 years ago

Buyer 4.0 vs Seller 4.0

Buyer 4.0 vs Seller 4.0 Adapt to the new paradigm In the first part, we illustrate the decrease in seller…

3 years ago