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/3/en/part3a.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -883,6 +883,10 @@ Implement a page at the address <http://localhost:3001/info> that looks roughly
883
883

884
884
885
885
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.
0 commit comments