Implement `titleCase(s)` returning `s` with the first letter of each space-separated word capitalized.
Run your code to see results.