What is a directory
The folder that holds the information
What is a relative file path?
The path to a directory relative to where you started
What is an absolute file path?
the path to a directory from the root (always starts with a /);
What module does Node.js include for manipulating the file system?
Fs.
What method is available in the node:fs module for reading data from a file?
Import (file/path , option(utf8))