-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Open
Description
Checks
- This is not a duplicate of an existing issue (please have a look through our open issues list to make sure)
- I have thoroughly read and understand The Odin Project Contributing Guide
- Would you like to work on this issue?
Describe your suggestion
In the assignment Debug JavaScript, step 7 shows how pressing ctrl + s saves the JavaScript file with the edits you made in Google Chrome to reflect the changes dynamically. However, when you press ctrl + s, it doesn't really save the JS file. Turns out, you need to set up a workspace before making the edits
**Figure 1: Error in get-started.js file because *workspace* need to be set up**
A work around for this is to make a local folder in your laptop and adding it in the overrides panel. This way changes are saved in your laptop and edits are reflected in the website. The work around instruction are as follows (feel free to edit as needed):
What you can do here is the following:
- Go to Sources
- (Press ">>" to expand if Overrides is not visible and) click Overrides
- Add an empty folder from your laptop by pressing on "Selecting folder for overrides" (any folder, doesn't matter where)
- Above the folder, you'll see "Enable Local Overrides". Make sure it's checked
- Go to Sources and Page and make the edits in the JavaScript File
- Ctrl + S to save changes
- (Crucial step): reload the page
- Changes should now reflect in the website
Path
Foundations
Lesson Url
https://www.theodinproject.com/lessons/foundations-javascript-developer-tools
(Optional) Discord Name
frostBite1194
(Optional) Additional Comments
No response
Metadata
Metadata
Assignees
Labels
No labels