Want to see what some text looks like backwords? Reverse it!
Nothing to see yet!
export const make = (text) => text.split("").reverse().join("")