module.exports — actual export. exports — reference.
1module.exports = function() { }; // Export function2 3exports.hello = "Hello"; // Add property