Cannot log to console

Tell us what’s happening:
I tried use ```
console.log(’ “Hello World” ');

and

const out = getStreamSomehow();
const err = getStreamSomehow();
const myConsole = new console.Console(out, err);

myConsole.log('"Hello World"');

but it didn't work


**Your project link(s)**

solution: https://replit.com/@damia991/boilerplate-express-1



**Your browser information:**

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

**Challenge:**  Meet the Node console

**Link to the challenge:**
https://www.freecodecamp.org/learn/back-end-development-and-apis/basic-node-and-express/meet-the-node-console

should be console.log() or console.error() or console.table()

thank you. it’s solved

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