I am reading this and it mention Glitch e.g.
Note: If you use Glitch
But on the challenge page, it is Gitpod, not Glitch, either the instruction above are old are I am confused because I am running the following code
let express = require('express');
let app = express();
console.log("Hello World")
module.exports = app;
but when I run it, I get error
// running tests
- “Hello World” should be in the console
// tests completed
// console output
[Error]