Title Case

Strings ยท easy

Implement `titleCase(s)` returning `s` with the first letter of each space-separated word capitalized.

Learning resources

Loading...

Run your code to see results.