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

});

Digital Strategy

Zoho CRM measure sales pipeline conversion speed

Digital marketing Increase the conversion speed of your 'leads' by integrating all digital marketing tools with Zoho CRM. So you…

3 years ago