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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,13 @@ Exercises are in the [`./exercises`](./exercises) folder. They're designed to be
59
59
Each exercise follows a similar pattern:
60
60
61
61
- Look at the file with the `*.code.ts` extension. This gives you the code we're going to be working through and trying to understand.
62
-
- Read through the `*.exercise.ts` file. Read through the file, comment-by-comment, and follow the instructions by editing the file inline.
62
+
- Read through the `*.exercise.ts` file. Read through the file, comment-by-comment, and follow the instructions by **editing the file inline**.
63
63
- Wherever you see reference to `Solution #1`, check the `*.solutions.ts` file when you want to see the solution. **Make sure you check the solution before proceeding!** There's often crucial information there.
64
64
65
+
Be careful to read through each part of the exercise carefully - if you skip over parts of them, it might get difficult to find your way back.
66
+
67
+
Also, consider having the `*.exercise.ts` in one IDE panel and the `*.code.ts` in another. This will mean you don't have to scroll up and down too much.
68
+
65
69
### Emoji
66
70
67
71
Exercises use emoji to express various different things:
0 commit comments