2020-07-01 03:17:32 +01:00

4 lines
65 B
JavaScript

module.exports = (string) => {
return string.toUpperCase();
};