From 4b1615f434cf68cb7a3e53e1953a2ffc7ba73644 Mon Sep 17 00:00:00 2001 From: Kevin Valias Date: Thu, 16 Jul 2020 11:57:31 -0500 Subject: [PATCH] STart here MOFO --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [