I am trying to run below node.js program in port 4242
const http = require(\'http\'); const server = http.createServer((req, res) => { res.end(\'Hello W