diff --git a/main.js b/main.js index 2994e56..e77a2fc 100644 --- a/main.js +++ b/main.js @@ -9,7 +9,7 @@ const rl = readline.createInterface({ input: process.stdin, output: process.stdout }); - +// Start Here MOFO // creates and empty "board" for the user to see where marks can be placed. // using let because the variable is expected to change with more 'X's and 'O's to add let board = [