Second node and express exercise

Tell us what’s happening:

I am a bit confused about what its asking me to do. Can somebody please explain it in a way i can understand. Thank you

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; LM-K500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36.

Challenge: Start a Working Express Server

Link to the challenge:

Check the Express docs, it has some examples that might help.


Do you have any specific questions about what the challenge is asking you to do?

No, that’s all for now. But thank you I’ll read the documentation you’ve sent me.

You know what yes i have a question on what exactly the exercise is asking of me. Where on the app.js am i supposed to place the code ‘Hello Express’ ?

I believe it wants you to res.send() the string inside the route handler.

the code doesn’t want to work. what is wrong with it ?