Learning Journal Node.js: writing to files
One of the ways to output in Node.js is to write directly to files in the local file system. One method that Node.js provides is fs.writeFileSync. This is a blocking method that appears to write string data to a given file, using the file name as a r...
blog.thescrappy.dev2 min read