I am trying to do a Tic Tac Toe in JS, but at first I would like to create prototype of a board.
User will provide dimensions of a board (5x5 3x3 ect)
The problem