Reverse the letters in a word

Want to see what some text looks like backwords? Reverse it!

Face with waiting expression Nothing to see yet!

Loading takeymakey...
TakeyMakey code
Want this tool to do something else? Edit the code below and make it do whatever you want.
({ make: (text) => text.split("").reverse().join("") })