function toUppercase(inputString) { return inputString.toUpperCase(); } module.exports = toUppercase;