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/part2d.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
@@ -715,17 +715,17 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
715
715
716
716
<h3>Exercises 2.12.-2.15.</h3>
717
717
718
-
<h4>2.12: Phonebook step7</h4>
718
+
<h4>2.12: The Phonebook step7</h4>
719
719
720
720
Let's return to our phonebook application.
721
721
722
722
Currently, the numbers that are added to the phonebook are not saved to a backend server. Fix this situation.
723
723
724
-
<h4>2.13: Phonebook step8</h4>
724
+
<h4>2.13: The Phonebook step8</h4>
725
725
726
726
Extract the code that handles the communication with the backend into its own module by following the example shown earlier in this part of the course material.
727
727
728
-
<h4>2.14: Phonebook step9</h4>
728
+
<h4>2.14: The Phonebook step9</h4>
729
729
730
730
Make it possible for users to delete entries from the phonebook. The deletion can be done through a dedicated button for each person in the phonebook list. You can confirm the action from the user by using the [window.confirm](https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm) method:
731
731
@@ -744,7 +744,7 @@ const delete = (id) => {
744
744
}
745
745
```
746
746
747
-
<h4>2.15*: Phonebook step10</h4>
747
+
<h4>2.15*: The Phonebook step10</h4>
748
748
749
749
<i>Why is there a star in the exercise? See [here](/en/part0/general_info#taking-the-course) for the explanation.</i>
0 commit comments