Skip to content

Commit bd5cc82

Browse files
authored
Update part3a.md
1 parent c0b3f60 commit bd5cc82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/3/en/part3a.md

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

885885
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.
886+
887+
Proposed Addition: 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.
888+
889+
To include a line space in the output, use <br/> tag, or wrap the statements in <p> tags.
886890

887891
#### 3.3: Phonebook backend step3
888892

0 commit comments

Comments
 (0)