Node console show nothing

Tell us what’s happening:

Node console show nothing but * * * in several lines

Your code so far

I’ve just created a myApp.js with this code:

console.log("Hello World");

and i’m assuming that this code is called by:

<script src="/myApp.js" defer></script>        

Your browser information:

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

Challenge: undefined

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

What do you mean with node console? This js will run in a browser if you open the html. You can see the console log inside the debuger.

i just click on button “Tools” and after that “Logs”, so i can see a frame called “Logs” at bottom page.
I expected to see there every line executed by command consolo.log(), but i didn’t. I only can see something like the following every time I refresh the js run in a browser:

It 's difficult to explain because it’s so simply. I mean i don’t understand how it is not working a simple thing like that, it must be so elementary but i’m not be able and it’s a bit frustrating.

Thanks.

I think you see a terminal or your editor log. Right click on browser will open dev-tool then console tab is there.

You shouldn’t need to create a new app.js.
If you follow the Glitch link (below) you use the one that is already there.
The challenges are all numbered in the file.