5

How do I see this message in Visual Studio Code as JS?

let count = 0

console.log(count)

1 Answer 1

10

After saving the changes in the file press Ctrl + F5 than it will ask you to select environment, then select node and it will give you the answer in your Debug Console.

To open the Debug Console press Ctrl+Shift+Y.

Sign up to request clarification or add additional context in comments.

1 Comment

It doesn't show node option

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.