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
@@ -1104,7 +1104,7 @@ Check out the final result here: [Final Result](https://codepen.io/gaearon/pen/g
1104
1104
1105
1105
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:
1106
1106
1107
-
1. Display the move locations in the format "(1, 3)" in the move list.
1107
+
1. Display the location for each move in the format (col, row) in the move history list.
1108
1108
2. Bold the currently selected item in the move list.
1109
1109
3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
1110
1110
4. Add a toggle button that lets you sort the moves in either ascending or descending order.
0 commit comments