Skip to content

Commit

Permalink
update wave numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan committed Apr 13, 2020
1 parent a71ebc4 commit 4b3b12e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ const App = () => {


const checkForWinner = () => {
// Complete in Wave 2
// Complete in Wave 3

}

const resetGame = () => {
// Complete in Wave 3
// Complete in Wave 4
}

return (
<div className="App">
<header className="App-header">
<h1>React Tic Tac Toe</h1>
<h2>The winner is ... -- Fill in for wave 2 </h2>
<h2>The winner is ... -- Fill in for wave 3 </h2>
<button>Reset Game</button>
</header>
<main>
Expand All @@ -58,6 +58,4 @@ const App = () => {
);
}



export default App;

0 comments on commit 4b3b12e

Please sign in to comment.