there are several ways to export modules in nodejs
- Simplest export
- Define a global
- Export by anonymous function
- Export by named function
- Export by anonymous object
- Export by named object
- Export by anonymous prototype
- Export by named prototype
- Export by Json