Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Update lesson.md #736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/js-core-3/week-2/lesson.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The response codes can be grouped into categories:
- 4xx: Client Error
- 5xx: Server Error

If you want a fun look at HTTP codes, take a look at [https://httpstatusdogs.com/](https://httpstatusdogs.com/) or [https://http.cat/](https://http.cat/) if you are cat person. For a technical perspective take a look at [https://en.wikipedia.org/wiki/List_of_HTTP_status_codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes).
If you want a fun look at HTTP codes, take a look at [https://httpstatusdogs.com/](https://http.dog/) or [https://http.cat/](https://http.cat/) if you are cat person. For a technical perspective take a look at [https://en.wikipedia.org/wiki/List_of_HTTP_status_codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes).

### Content type

Expand Down