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/1/en/part1d.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1029,8 +1029,8 @@ You may find the following links useful:
1029
1029
Programming is hard, that is why I will use all the possible means to make it easier
1030
1030
- I will have my browser developer console open all the time
1031
1031
- I progress with small steps
1032
-
- I will write lots of _console.log_ statements to to make sure I understand how the code behaves and to help pinpointing problems
1033
-
- 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
1032
+
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems
1033
+
- 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
1034
1034
- When I ask for help in the course Discord or Telegram channel or elsewhere I formulate my questions properly, see [here](http://localhost:8000/en/part0/general_info#how-to-ask-help-in-discord-telegam) how to ask help
0 commit comments