What's wrong with my console?

Here is my code: boilerplate-express - Replit

and the challenege says that " Modify the myApp.js file to log “Hello World” to the console.", what’s wrong with my code?

Your project link(s)

solution: boilerplate-express - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Meet the Node console

Link to the challenge:

Go to your boilerplate -express page on replit, you’ll see a button named “show files” click on it then click on “myApp.js” file you’ll see your code there, what you’ve written is:res.send("Hello Express"); well It’s supposed to be : res.send("Hello World");.
That should solve your problem.

1 Like

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