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'
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'