Please tell me where is my mistake

Question:Please tell me where is my mistake


Repl link:https://replit.com/@Residual2023528/HTML?s=app


It works for me: https://html.residual2023528.repl.co/

what did you change
Hmm

I did not change anything; I cannot edit your Repl.

Now?
Can edit?
wwwwwwwwww

Yes I can edit now but IDK what the problem is.

Is there any staff here that I can ask?

There are lots of people here that can help you; just wait until one of them comes online and sees this topic. I wouldn’t bring the Replit staff into this unless absolutely necessary because they have better things to do.

3 Likes

Remove this line:

response.end("hello from node.js server");

From this const:

const server = http.createServer((request,response) =>{
5 Likes

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