Is there a way to execute JavaScript and display the results using Visual Studio Code?

For example, a script file containing:

console.log('hello world');

I assume that Node.js would be needed but can’t work out how to do it?

By Visual Studio Code I mean the new Code Editor from Microsoft –
Not code written using Visual Studio.

21 Answers
21

Leave a Reply

Your email address will not be published. Required fields are marked *