-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
EasyBeginner FriendlyBeginner FriendlychallengeDaily ChallengeDaily Challengegood first issueGood for newcomersGood for newcomers
Description
Directions
_ Given a string, return a new string with reversed order of character. Make use of Functions and Methods where necessory_
You can code this with any language of your choice!
Examples
reverse('apple') === 'leppa'
reverse('hello') === 'olleh'
reverse('Greetings!') === '!sgniteerG'
Metadata
Metadata
Labels
EasyBeginner FriendlyBeginner FriendlychallengeDaily ChallengeDaily Challengegood first issueGood for newcomersGood for newcomers