Does someone know why I can't see the output of console.log
in Visual Studio Code?
I install the JavaScript and the runner but I still can not see anything.
CodePudding user response:
maybe you didn't save it before run. try ctrl s
before you run the code;