Index
Overview


Modules are one of the key parts of Node.js. Think of a module as a JavaScript file that is reusable, including functions, classes and/or data.

Guide Examples


These sources will guide you. Simply post to the course discussion board if you don't see the guidance you need.


You will also find "Node.js file system" as common fodder on the internet.

Problem Statement


Development



Initializing this project using npm is optional (but is always good practice).

Running Read Program


Your final program should be usable as follows:


Running Write Program


Your final program should be usable as follows:


Submit


Code submission/delivery is two step: