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

});

Big Data

6 Steps to a 4.0 Company

6 Steps to a 4.0 Business with Zoho One In the company 4.0, information systems are no longer the accumulation…

3 years ago