Basic Node and Express - Meet the Node console

I am starting with Node.js in the freecodecamp and i am using glitch
This is the code i wrote
var express = require(‘express’);
var app = express();
console.log(“Hello World”);
module.exports = app;

Your project link(s)

solution: Glitch :・゚✧
but it gives error
// running tests

"Hello World"

should be in the console // tests completed

Your browser information: I am using Chrome

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

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