Skip to content

Commit

Permalink
fix(curriculum): update answers for vs code lecture (freeCodeCamp#58682)
Browse files Browse the repository at this point in the history
  • Loading branch information
vukedd authored Feb 10, 2025
1 parent 8c45b14 commit 11225ce
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ What does Visual Studio Code consider to be a "workspace"?

## --answers--

The entire hard drive
The entire hard drive.

### --feedback--

Expand Down Expand Up @@ -54,15 +54,15 @@ Why does the lecture recommend using a web server instead of opening an HTML fil

## --answers--

It's faster to load.
It's faster to load and makes it easier to spot issues in your codebase.

### --feedback--

The lecture mentions a specific issue that can occur when opening HTML files directly.

---

It provides better security.
It provides better security for large software applications.

### --feedback--

Expand All @@ -74,7 +74,7 @@ It avoids unexpected bugs, such as CSS not loading properly.

---

It allows for real-time collaboration.
It allows for real-time collaboration with other developers on a team.

### --feedback--

Expand Down

0 comments on commit 11225ce

Please sign in to comment.