Hello,
I don’t think I did this correctly because the test isn’t passing.
- I forked the Git repo into VS Code.
- Added
console.log("Hello World)
into the myApp.js file. - Saved the file, used git add, commit, and push.
- Copied the Git URL into the FCC page and submitted the assignment.
I tried submitting with the Git repo URL, the Git pages URL, the HTTPS clone URL, and the SSH clone URL. None of them are allowing me to pass the test.
Could someone point me in the right direction?
Here is my forked Git repo.
And here is my Git Pages URL. When I inspect the Javascript, there is no console.log("Hello World")
in the script.
Thank you.