Using the File System Module in Node Js
When working with Node JS, most times, we often would have to create, delete, write on and even update files. A file can be seen as a document that contains some form of information, either text-based or even code. The files you create can also be in...
cosmosduck.hashnode.dev4 min read