function cellClick(cell) { cell.addEventListener("click", function() { this.style.backgroundColor = this.style.backgroundColor ? "" : "#6ede4c"; }); };