Skip to content

Commit 538ec13

Browse files
dipsrajalexkrolick
authored andcommitted
Update tutorial.md (reactjs#566)
* Update tutorial.md * Grammar
1 parent 22db026 commit 538ec13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/tutorial/tutorial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,5 +1109,6 @@ If you have extra time or want to practice your new skills, here are some ideas
11091109
3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
11101110
4. Add a toggle button that lets you sort the moves in either ascending or descending order.
11111111
5. When someone wins, highlight the three squares that caused the win.
1112+
6. When no one wins, display a message about the result being a draw.
11121113

11131114
Throughout this tutorial, we have touched on a number of React concepts including elements, components, props, and state. For a more in-depth explanation for each of these topics, check out [the rest of the documentation](/docs/hello-world.html). To learn more about defining components, check out the [`React.Component` API reference](/docs/react-component.html).

0 commit comments

Comments
 (0)