Q. What is the command used for debugging output in Node?
β
Correct Answer: (B)
console.log(…);
Explanation: Node defines console.log() for debugging output like browsers do.