Basic Node and Express - Meet the Node console

Tell us what’s happening:

code is saying hello world should be in the console

###Your project link(s)

solution: https://b2ac20e2-aba7-4641-8563-33f2b7213190-00-20ad5aiqjtsgn.janeway.replit.dev

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Basic Node and Express - Meet the Node console

what is your code? 

console.log(“Hello World”) is the code i wrote sir

or is there another platform i’m meant to write on other than replist sir ??

please don’t keep calling me sir

and where did you wrote this code?

i wrote it on replit

im so sorry for the trouble and inconvenience i caused you today please accept my deepest apology and enjoy the rest of your day the platform is working now thank you for your assistance i really appreciate it

it keeps saying the now endpoint should return the current time and that is what my code did please what is the error and if possible assist me with it.

you need to share your code for people to be able to help you, a github repo, something like that

app.get(

“/now”,

function (req, res, next) {

req.time = new Date().toString();

next();

},

function (req, res) {

res.send({ time: req.time });

}); this is the code or should copy and paste the url instead