Convert all the letters in your text to uppercase characters.
Nothing to see yet!
export const make = (text) => text.toUpperCase()