You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorial/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1091,7 +1091,7 @@ Check out the final result here: [Final Result](https://codepen.io/gaearon/pen/g
1091
1091
If you have extra time or want to practice your new skills, here are some ideas for improvements you could make, listed in order of increasing difficulty:
1092
1092
1093
1093
1. Display the move locations in the format "(1, 3)" instead of "6".
1094
-
2. Bold the currently-selected item in the move list.
1094
+
2. Bold the currentlyselected item in the move list.
1095
1095
3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
1096
1096
4. Add a toggle button that lets you sort the moves in either ascending or descending order.
1097
1097
5. When someone wins, highlight the three squares that caused the win.
0 commit comments