Please resolve my doubt

I’ve shared the code same as mentor…
but it’s not working…

const express = require(‘express’)

const app = express()

app.get(’/’, (req, res) => {
console.log(req.url)
res.send(‘Hello There!’)
})

app.listen(3333)

my last doubt disappeared from the portal as welll. look into it plzzz soon.