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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,7 @@ The exercises are submitted **One part at a time**. When you have submitted the
581
581
582
582
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.
583
583
584
-
<h4>2.1: Course information step6</h4>
584
+
<h4>2.1: Course information step 6</h4>
585
585
586
586
Let's finish the code for rendering course contents from exercises 1.1 - 1.5. You can start with the code from the model answers. The model answers for part 1 can be found by going to the [submission system](https://studies.cs.helsinki.fi/stats/courses/fullstackopen), clicking on <i>my submissions</i> at the top, and in the row corresponding to part 1 under the <i>solutions</i> column clicking on <i>show</i>. To see the solution to the <i>course info</i> exercise, click on _index.js_ under <i>kurssitiedot</i> ("kurssitiedot" means "course info").
587
587
@@ -647,13 +647,13 @@ The application must work <i>regardless of the number of parts a course has</i>,
647
647
648
648
Ensure that the console shows no errors!
649
649
650
-
<h4>2.2: Course information step7</h4>
650
+
<h4>2.2: Course information step 7</h4>
651
651
652
652
Show also the sum of the exercises of the course.
653
653
654
654

655
655
656
-
<h4>2.3*: Course information step8</h4>
656
+
<h4>2.3*: Course information step 8</h4>
657
657
658
658
If you haven't done so already, calculate the sum of exercises with the array method [reduce](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce).
0 commit comments