Is there a way to execute JavaScript and display the results using Visual Studio Code?
For example, a script file containing:
consol
This is the quickest way for you in my opinion;
View > Integrated Terminal
)'node filename.js'
note: node setup required. (if you have a homebrew just type 'brew install node' on terminal)
note 2: homebrew and node highly recommended if you don't have already.
have a nice day.