NodeJS: Difference between revisions

18 bytes added ,  28 October 2019
Line 55: Line 55:
Mostly the same as web JavaScript.<br>
Mostly the same as web JavaScript.<br>
[https://nodejs.org/api/console.html Reference]
[https://nodejs.org/api/console.html Reference]
<syntaxhighlight>
<syntaxhighlight lang="javascript">
console.log("a", "b");
console.log("a", "b");