for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
let showName = function (name) {
return `Yo yo ${name} - welcome to Encore!`;
};
module.exports.showName = showName;