diff --git a/myScripts.js b/myScripts.js index 7ebaaf7..78cb9f0 100644 --- a/myScripts.js +++ b/myScripts.js @@ -1,4 +1,4 @@ - +//TypeScript is more preferred over Javascript now as it defines the type! var playerone,playertwo; var player1color = 'rgb(244, 65, 65)'; var player2color = 'rgb(66, 134, 244)'; @@ -141,7 +141,7 @@ function horizontalWinCheck() { } } } - +//While deployment the console.log statments ought to be removed! // Check for vertical wins function verticalWinCheck() { @@ -204,4 +204,4 @@ function startTimer() { clearInterval(timer); timer = setInterval(updateTimer, 1000); updateTimer(); -} \ No newline at end of file +}