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

});

Human ressources

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

Zoho People – Improve Your Performance Management

Improve your performance management Every organization is determined to motivate and increase the productivity of its employees. To achieve these…

3 years ago