Question: What can you export with module.exports?

  1. only objects.
  2. only functions
  3. only variables and arrays
  4. functions, objects, arrays, or anything you assign to the module

Answer: The correct answer of the above question is Option D:functions, objects, arrays, or anything you assign to the module