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

});

Sales cycle

8 key traits of top sales professionals

8 key traits of top sales professionals Earlier this week, I posted a list of the “Greatest Salespeople of All…

3 years ago

The 3 most powerful words in sales

3 most powerful words in sales Just say it, "I don't know." Too hard? It's worth practicing, especially if you…

3 years ago