Basic Node and Express - Meet the Node console

Tell us what’s happening:
Node console is displaying the correct result but the solution link is incorrect

Describe your issue in detail here.
I modified myApp.js based on the instruction and pasted the solution link. For some reason, I still get the error. I’m not sure what’s my error. I am using glitch for this challenge.

Your project link(s)

solution: https://dour-fierce-tendency.glitch.me/

Your browser information:

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

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

console.log('"Hello World"')

You have double quotes. It should log Hello World, not "Hello World".


https://glitch.com/edit/#!/dour-fierce-tendency

I tested this before sticking to local changes and it is not working.

Today, I tested it again and it worked. :thinking: Thank you! @lasjorg

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