All ChallengesLoading...
Not Solved
Reverse and capitalize every word
Write a function that takes a sentence and returns each word reversed and capitalized.
Advanced
sample input: "hello world"
sample output: OLLEH DLROW
Loading...
Test Output:
sample input: "hello world"
sample output: OLLEH DLROW
Test Output: