Start a Working Express Server - I can't verify my code

It doesn’t verify my code. Is there anything wrong with it?

let express = require('express');

let app = express();

app.get('/', (request, response) => {

response.send('Hello Express');

});

module.exports = app;

Your browser information:

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

Challenge: Basic Node and Express - Start a Working Express Server

Link to the challenge:

I’m local. Replit isn’t working.

Never mind. I got it. I was starting the server for the last repo, which has a very similar name. Sorry to waste anyone’s time.

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