diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-02-28 15:58:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 15:58:54 -0600 |
commit | 806231af299c25c2916018b2c7008c0715531361 (patch) | |
tree | 3d646b54a747ff9145c678421099b5d990fe2f3c /app.js | |
parent | 7e24799bc8b940c98546f84b67b633265673238e (diff) |
Update app.js
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |