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

});

Innovation

8 considerations for digital innovation

Choose the first project, to quickly deliver business value is important enough. Upload within 30 days Validate the ability to…

3 years ago