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: src/content/2/en/part2a.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -565,8 +565,8 @@ Programming is hard, that is why I will use all the possible means to make it ea
565
565
566
566
- I will have my browser developer console open all the time
567
567
- I progress with small steps
568
-
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems
569
-
- If my code does not work, I will not write more code. Instead, I start deleting the code until it works or just return to a state when everything still was still working
568
+
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpoint problems
569
+
- If my code does not work, I will not write more code. Instead, I start deleting the code until it works or just return to a state when everything was still working
570
570
- When I ask for help in the course Discord or Telegram channel or elsewhere I formulate my questions properly, see [here](/en/part0/general_info#how-to-get-help-in-discord-telegram) how to ask for help
571
571
572
572
</div>
@@ -581,7 +581,7 @@ You can submit all of the exercises into the same repository, or use multiple di
581
581
582
582
The exercises are submitted **One part at a time**. When you have submitted the exercises for a part, you can no longer submit any missed exercises for that part.
583
583
584
-
Note that this part has more exercises than the ones before, so <i>do not submit</i> until you have done all exercises from this part you want to submit.
584
+
Note that this part has more exercises than the ones before, so <i>do not submit</i> until you have done all the exercises from this part you want to submit.
0 commit comments