const helloWorld = function() { return 'Hello, World!'s }; module.exports = helloWorld;