0

Does someone know why I can't see the output of console.log in Visual Studio Code?

enter image description here

I install the JavaScript and the runner but I still can not see anything.

Decapitated Soul
  • 246
  • 4
  • 11
  • Does this answer your question? [Run JavaScript in Visual Studio Code](https://stackoverflow.com/questions/31778413/run-javascript-in-visual-studio-code) – G43beli Sep 16 '21 at 08:03

1 Answers1

2

maybe you didn't save it before run. try ctrl + s before you run the code;

enter image description here

imgss
  • 61
  • 6