0
Free MOCK
Apply Internship
Blog
Learning
Roadmap
Others
Login
Intermediate
JavaScript
Capitalize the first letter of each word
Write a function that capitalizes the first letter of each word in a string.
Examples
Input:
"hello world"
Output:
"Hello World"
Your Solution
Show Solution
Reset
Output
Run Code
Click 'Run Code' to see the output