Is there a way to execute JavaScript and display the results using Visual Studio Code?
For example, a script file containing:
consol
Just install nodemon and run
nodemon your_file.js
on vs code terminal.