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

});

Jay Dave

Choosing between Software as a Service(SaaS) or On-Premise

Zoho Creator is a low-code application development platform that helps you design, develop and run any business software you need.…

1 month ago

Testing CRM software

Testing CRM Software A lot of good CRM software companies are on the market today, but they all do things…

10 months ago

Picking the right CRM software

Picking the right CRM software is no small task. Because the CRM you choose will be a vital part of…

10 months ago