Skip to content

Commit 9fe209f

Browse files
author
Sam Vitare
committed
added link for part 2 and grammar update
1 parent c42014e commit 9fe209f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/0/en/part0b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ xhttp.send()
164164

165165
The details of the code are not important right now, but some code has been included to spice up the images and the text. We will properly start coding in [part 1](/en/part1). The sample code in this part is actually not relevant at all to the coding techniques of this course.
166166

167-
> Some might wonder why xhttp-object is used instead of the modern fetch. This is due to not wanting to go into promises at all yet, and the code having a secondary role in this part. We will return to modern ways to make requests to the server in part 2.
167+
> Some might wonder why xhttp-object is used instead of the modern fetch. This is due to not wanting to go into promises at all yet, and the code having a secondary role in this part. We will return to modern ways to make requests to the server in [part 2](/en/part2).
168168
169169
Immediately after fetching the <i>script</i> tag, the browser begins to execute the code.
170170

@@ -471,7 +471,7 @@ notes.push({
471471
})
472472
```
473473
474-
The Note objects have two fields: <i>content</i> containing the actual content of the note, and <i>date</i> containing the date and time the note was created.
474+
Each note object has two fields: <i>content</i> containing the actual content of the note, and <i>date</i> containing the date and time the note was created.
475475
476476
The server does not save new notes to a database, so new notes disappear when the server is restarted.
477477

0 commit comments

Comments
 (0)