Sudoku review #1

Open
Ghost wants to merge 19 commits from (deleted):main into main
Showing only changes of commit 4a3aa2cddd - Show all commits

View File

@ -39,6 +39,7 @@ class SudokuPuzzle extends EventTarget {
/**
*
* @returns {SudokuState}
* @readonly
*/
get grid() {
const gridValue = [...this.#activeState]