emmy22
September 11, 2025, 12:09pm
1
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
emmy22
September 11, 2025, 12:12pm
3
console.log(“Hello World”) is the code i wrote sir
emmy22
September 11, 2025, 12:15pm
4
or is there another platform i’m meant to write on other than replist sir ??
ILM
September 11, 2025, 12:16pm
5
please don’t keep calling me sir
and where did you wrote this code?
emmy22
September 11, 2025, 12:50pm
7
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
emmy22
September 25, 2025, 2:35pm
10
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.
ILM
September 25, 2025, 3:15pm
11
you need to share your code for people to be able to help you, a github repo, something like that
emmy22
September 25, 2025, 4:56pm
12
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