Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions week-1/mandatory/2-dev-tools/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ In Google Chrome, open dev tools network tab and enter this URL into the browser
Answer the following questions:

- What's the status code the server sent back?
200
- What HTTP method did the browser use to make the request?
GET method
- What is the request path?
shows/82/episodes
- What is the first line of the response body?
[
- What is the value of the response header called "Content-Type" ?
application/json; charset=UTF-8
- What is the value of the request header called "User-Agent"
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36

## Submission

Expand Down
8 changes: 8 additions & 0 deletions week-2/mandatory/1-debugging/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ We've hosted some Servers on Glitch but they're not quite working properly. Coul
- https://glitch.com/~debugging-practice3
- https://glitch.com/~debugging-practice4

Solutions:
1-https://altom-practice-1.glitch.me

2-https://altom-practice-2.glitch.me

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is an issue on this link. It's not working and I can't see the code and what you have debugged. can you post the source code so that I can see what you have done.

3-https://altom-practice-3.glitch.me

4-https://altom-practice-4.glitch.me

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work by fixing most of the bugs. the code is not visible can you add that so that I can view your code.

## Start by remixing our example server

- [ ] Make sure you're logged in to https://glitch.com/
Expand Down