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

});

Marketing

Buyer 4.0 vs Seller 4.0

Buyer 4.0 vs Seller 4.0 Adapt to the new paradigm In the first part, we illustrate the decrease in seller…

3 years ago

Two-way communication

Why reach your customers through a two-way conversation? At OceanData, we believe there is no better way to reach your…

3 years ago