File Handling in Nodejs
File handling
File handling involves operations such as creating, reading, writing, updating, and deleting files on our system. In Nodejs, file handling is done by using in-built File system module. It can be performed in both synchronous and asynchr...