Reverse a String
This coding challenge takes an input from users and evaluates whether the input field is empty. If the field is empty, it will return a message so until it gets an input that is not empty.
After the string is evaluated being valid, the app returns the input string in reverse.
Instructions
Input a string. It can be a word, phrase, numbers, or anything and the app will return the reverse of it in all lowercase.