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