Skip to content

Commit 4b313b9

Browse files
authored
chore: update tutorial-tic-tac-toe.md (#5802)
1 parent 72dfcec commit 4b313b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,10 +2903,10 @@ body {
29032903
29042904
If you have extra time or want to practice your new React skills, here are some ideas for improvements that you could make to the tic-tac-toe game, listed in order of increasing difficulty:
29052905
2906-
1. For the current move only, show "You are at move #..." instead of a button
2906+
1. For the current move only, show "You are at move #..." instead of a button.
29072907
1. Rewrite `Board` to use two loops to make the squares instead of hardcoding them.
29082908
1. Add a toggle button that lets you sort the moves in either ascending or descending order.
29092909
1. When someone wins, highlight the three squares that caused the win (and when no one wins, display a message about the result being a draw).
2910-
1. Display the location for each move in the format (col, row) in the move history list.
2910+
1. Display the location for each move in the format (row, col) in the move history list.
29112911
29122912
Throughout this tutorial, you've touched on React concepts including elements, components, props, and state. Now that you've seen how these concepts work when building a game, check out [Thinking in React](/learn/thinking-in-react) to see how the same React concepts work when build an app's UI.

0 commit comments

Comments
 (0)