summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
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);