Submitting my work via GitHub or Repl.it

Tell us what’s happening:
I am trying to the coursework

I have submitted both the links below
which both contain the code
// npm i express
let express = require(“express”);
let app = express();
console.log(“Hello World”);

module.exports = app;

with corresponding package.json

Yet the test says that the console output is not Hello World"

Please explain what am I doing wrong. Thank you

Your project link(s)

solution: boilerplate-express/myApp.js at gomix · DelroyGayle/boilerplate-express · GitHub

REPLIT AT DelroyGayle/myAppjs#index.js

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Challenge: Meet the Node console

Link to the challenge:

I’ve tried your code, and it actually works, on Replit. Maybe try creating a Replit and submit that instead, because it appears that your code works correctly.

Use the Replit starter project and with the code running submit the URL from the preview window.

Hi Eesa
That is my point, I submitted both GitHub and

links.

It rejects both… Please help. What am I suppose to be submitting?

I submitted

https://replit.com/@DelroyGayle/myAppjs#index.js

you need to submit the link to the preview, not the one to the editor

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