From 538ec137440816e19679a49e215ff94dbd8d163e Mon Sep 17 00:00:00 2001 From: Dipanjan Kundu Date: Thu, 1 Feb 2018 22:45:47 +0530 Subject: [PATCH] Update tutorial.md (#566) * Update tutorial.md * Grammar --- content/tutorial/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index 2cd9faba..63ecdf36 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -1109,5 +1109,6 @@ If you have extra time or want to practice your new skills, here are some ideas 3. Rewrite Board to use two loops to make the squares instead of hardcoding them. 4. Add a toggle button that lets you sort the moves in either ascending or descending order. 5. When someone wins, highlight the three squares that caused the win. +6. When no one wins, display a message about the result being a draw. 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).