Basic Node and Express - Meet the Node Console

Hello,

I don’t think I did this correctly because the test isn’t passing.

  1. I forked the Git repo into VS Code.
  2. Added console.log("Hello World) into the myApp.js file.
  3. Saved the file, used git add, commit, and push.
  4. 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.

Link to the challenge.

Thank you.

You can’t use GitHub for the submit. It has to be running on a server. You can do it locally or use Replit.

1 Like

@lasjorg

Thank you very gracias!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.