What can you export with module.exports?
only objects.
functions, objects, arrays, or anything you assign to the module
only functions
only variables and arrays