Skip to content

Commit

Permalink
Merge pull request #3879 from pratikdevdas/patch-3
Browse files Browse the repository at this point in the history
chore: fix grammar
  • Loading branch information
mluukkai authored Nov 20, 2024
2 parents 45927ac + 304e198 commit 6887496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/1/en/part1d.md
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ Programming is hard, that is why I will use all the possible means to make it ea
- I will have my browser developer console open all the time
- I progress with small steps
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems
- 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
- If my code does not work, I will not write more code. Instead I will start deleting the code until it works or just return to a state when everything was still working
- When I ask for help in the course Discord channel or elsewhere I formulate my questions properly, see [here](http://fullstackopen.com/en/part0/general_info#how-to-get-help-in-discord) how to ask for help

### Utilization of Large language models
Expand Down

0 comments on commit 6887496

Please sign in to comment.