INTRODUCTION
The 'Fs' module is a very versatile module of Javascript. It helps us to perform read, write, and append operations on the file. In this article we will see how to read a file, using the Fs module.
READING FILE
So for this article, we wi...