Run JavaScript Program On VS Code
Open terminal => npm install prompt-sync
vs code setting => search 'run in terminal' => check the box
"const prompt = require('prompt-sync')(); ->write this code before your main code
*# ctrl+shift+N => run program
ctrl+shift+M => stop program*
merjashourov.hashnode.dev1 min read
Prantik Kumar Seal
A generalist - Talking about Startups,Coding and Marketing.
We can simply use node to run the program right?