NodeJS: Difference between revisions

2 bytes added ,  28 October 2019
no edit summary
No edit summary
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 lang="javascript">
<syntaxhighlight lang="js">
console.log("a", "b");
console.log("a", "b");


Line 64: Line 64:
Install csv from npm.<br>
Install csv from npm.<br>
[https://csv.js.org/parse/api/ Reference]
[https://csv.js.org/parse/api/ Reference]
<syntaxhighlight>
<syntaxhighlight lang="js">
</syntaxhighlight>
</syntaxhighlight>