Today's JavaScript challenge is to capitalize the first letter of each word in a string.Given a sentence, capitalize the first letter of each word separated by spaces.You can find more information on string manipulation in the provided documentation.Join the discussion on approaches, edge cases, and learnings from the challenge.