Skip to content

Commit

Permalink
Edit iteration three example
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidwilliams committed Nov 18, 2019
1 parent c5c8e83 commit 4bf8e94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/flash-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ round.turns; // => 0

round.incorrectGuesses; // => []

round.takeTurn('capybara'); // => 'correct!'
round.takeTurn('sea otter'); // => 'correct!'

round.takeTurn('spleen'); // => 'incorrect!'

Expand Down Expand Up @@ -191,6 +191,9 @@ For example:
game.currentRound; // => Round {...} (The new Round object that has been instatiated)
```

**HINT**
- Look at the file being run when we want to start the game. Think about where you need to invoke your `Game.start` method.

## Iteration 4:

Choose one or more of these extensions for this iteration.
Expand Down

0 comments on commit 4bf8e94

Please sign in to comment.