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

800
800
801
801
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.
0 commit comments