Index
Video


A video that accompanies this page is here...

Purpose


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 modules" as common fodder on the internet.

Problem Statement


Development



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

Running Program


Your final program should be usable as follows:


Submit


Code submission/delivery is two step: