Basic Node and Express - Meet the Node console

Tell us what’s happening:

###Your project link(s)

solution: https://3000-freecodecam-boilerplate-pt6ujt7uu21.ws-us118.gitpod.io

Your browser information:

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

Challenge Information:

Basic Node and Express - Meet the Node console

let express = require(‘express’);
let app = express();
console.log(“Hello World”);

module.exports = app;
i have got the its not evaluating the link for output

did you restart the server after making your changes?