const months = document.querySelector(".months");
const monthArr = Array.from(months.children);
console.log(monthArr);
const clickMount = (event) => {
let currentMonth = event.currentTarget;
currentMonth.style.backgroundColor = "red";
if (currentMonth.style.backgroundColor == "red") {
currentMonth.style.backgroundColor = "white";
} else if ((currentMonth.style.backgroundColor = "white")) {
currentMonth.style.backgroundColor = "red";
}
};
monthArr.forEach((month) => {
month.addEventListener("click", clickMount);
});
if (currentMonth.style.backgroundColor == "red") {
currentMonth.style.backgroundColor = "white";
} else if ((currentMonth.style.backgroundColor = "white")) {
currentMonth.style.backgroundColor = "red";
}
if (currentMonth.style.backgroundColor == "red") {
currentMonth.style.backgroundColor = "white";
} else {
currentMonth.style.backgroundColor = "red";
}