标签: javascript node.js
当我在做节点REPL时,我尝试在控制台上打印一个语句,如下所示。除了声明,它还打印undefined。如何理解这种奇怪的行为。以下是代码。
>console.log('Hello World!'); >Hello World! undefined