code runner Does the console.log variable need to be used every time when running a code segment?
Is there any other way?
滿天的星座2017-06-27 09:20:46
The description of the problem is not very clear..
console.log is the output information..
I don’t understand what kind of information the poster wants?
習慣沉默2017-06-27 09:20:46
code runner just allows you to quickly select a code block and execute it. As for console.log, after your code is written, it will output log information only when it is executed. In addition, I think what you want is actually debugging. You don’t need the console for step-by-step debugging. You can see the different states of the variables.