Skip to content

Commit 852c04a

Browse files
committed
Remove unnecessary instructions
1 parent 8c4d4a1 commit 852c04a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/3/en/part3a.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -799,10 +799,6 @@ Implement a page at the address <http://localhost:3001/info> that looks roughly
799799
![Screenshot for 3.2](../../images/3/23x.png)
800800

801801
The page has to show the time that the request was received and how many entries are in the phonebook at the time of processing the request.
802-
803-
There can only be one response.send() statement in an Express app route. Once you send a response to the client using response.send(), the request-response cycle is complete and no further response can be sent.
804-
805-
To include a line space in the output, use `<br/>` tag, or wrap the statements in `<p>` tags.
806802

807803
#### 3.3: Phonebook backend step 3
808804

0 commit comments

Comments
 (0)