To capitalize the first letter of each word in a string call the `split()` method on the string to get an array containing the words in the string.
確定! 回上一頁