We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://127.0.0.1:5500/Practice/05_04/ http://127.0.0.1:5500/Practice/05_08/
Both of these practice file folders are missing the JavaScript files.
GET http://127.0.0.1:5500/Practice/05_04/components/Backpack.js net::ERR_ABORTED 404 (Not Found) 127.0.0.1/:16 GET http://127.0.0.1:5500/Practice/05_04/components/data.js net::ERR_ABORTED 404 (Not Found) 127.0.0.1/:17 GET http://127.0.0.1:5500/Practice/05_04/script.js net::ERR_ABORTED 404 (Not Found) 127.0.0.1/:18
GET http://127.0.0.1:5500/Practice/05_08/components/Backpack.js net::ERR_ABORTED 404 (Not Found) 127.0.0.1/:16 GET http://127.0.0.1:5500/Practice/05_08/components/data.js net::ERR_ABORTED 404 (Not Found) 127.0.0.1/:17 GET http://127.0.0.1:5500/Practice/05_08/script.js net::ERR_ABORTED 404 (Not Found) 127.0.0.1/:18
Add these files so the index.html file works properly with the console.
The text was updated successfully, but these errors were encountered:
+1 same problem
Sorry, something went wrong.
+1 Same issue. The 'components' folders and the related JavaScript files are not present for practices 05_04 and 05_08.
Completed Chapter LinkedInLearning#3 Practice files.
6219e8e
Deleting CODEOWNER files LinkedInLearning#3
c15e6e9
PULL_REQUEST_TEMPLATE.md is being deleted for adding the changes to my repo Deleting CODEOWNER files to make changes in my account
No branches or pull requests
Issue Overview
http://127.0.0.1:5500/Practice/05_04/
http://127.0.0.1:5500/Practice/05_08/
Both of these practice file folders are missing the JavaScript files.
Describe your environment
Steps to Reproduce
Expected Behavior
Current Behavior
GET http://127.0.0.1:5500/Practice/05_04/components/Backpack.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:16
GET http://127.0.0.1:5500/Practice/05_04/components/data.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:17
GET http://127.0.0.1:5500/Practice/05_04/script.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:18
GET http://127.0.0.1:5500/Practice/05_08/components/Backpack.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:16
GET http://127.0.0.1:5500/Practice/05_08/components/data.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:17
GET http://127.0.0.1:5500/Practice/05_08/script.js net::ERR_ABORTED 404 (Not Found)
127.0.0.1/:18
Possible Solution
Add these files so the index.html file works properly with the console.
Screenshots / Video
Related Issues
The text was updated successfully, but these errors were encountered: