NodeJS: Difference between revisions

43 bytes added ,  15 March 2020
Line 51: Line 51:
fs.readFileSync('temp.txt', 'utf8');
fs.readFileSync('temp.txt', 'utf8');
</syntaxhighlight>
</syntaxhighlight>
====Paths====
* <code>path.extname</code>


===Writing to a file===
===Writing to a file===