I've created a file in visual studio code with the following line:
console.log("Hello World");
I get the following error:
"[Running] node "c:\Users\boyce\Documents\javascript visual studio code\scratchpad-1.js" 'node' is not recognized as an internal or external command, operable program or batch file."
I've also tried running by opening Chrome, but I get error in that application: local host refused cannot connect.