Arguments exports: Allows us to export data from one file to other(s). require: Allows us to import data from one file to another. module: A reference to the current module. __dirname: Directory name of the current module. __filename: The filename of the current module.