Sudoku review #1

Open
BordedDev wants to merge 19 commits from BordedDev/sudoku: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]