From 7299ab209d073767e3644f9d2fd9549e9adb591d Mon Sep 17 00:00:00 2001 From: codacytesteuser Date: Thu, 27 Nov 2025 19:07:19 +0000 Subject: [PATCH] Commit 01 branch03 --- tictactoe.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tictactoe.js b/tictactoe.js index 854cebf..f58ac36 100644 --- a/tictactoe.js +++ b/tictactoe.js @@ -16,6 +16,15 @@ class TicTacToe { ); } + unusedMethod(position) { + if(position === null) { + return false; + } + if(position === null) { + return false; + } + } + makeMove(position) { if (this.winner || this.board[position] !== null) { return false;