const helloWorld = function() { return 'Yello Wold!' } module.exports = helloWorld;