summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-02-28 15:58:54 -0600
committerGitHub <noreply@github.com>2024-02-28 15:58:54 -0600
commit806231af299c25c2916018b2c7008c0715531361 (patch)
tree3d646b54a747ff9145c678421099b5d990fe2f3c /app.js
parent7e24799bc8b940c98546f84b67b633265673238e (diff)
Update app.js
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 174ef78..158168b 100644
--- a/app.js
+++ b/app.js
@@ -1,6 +1,6 @@
console.log('Hello from app.js');
-const turns = {true: 'X', false: 'Z'};
+const turns = {true: 'X', false: 'O'};
const getXBoard = function() {
return this.bitBoard.slice(0, 9);