Write a JavaScript program to convert string to titlecase
Titlecase is a style of writing in which the first letter of each word is capitalized.
Input : "hello world"
Output : "Hello World"
How to contribute
- Save the solution in `program/ConvertStringToTitlecase.js` file
- Add `ConvertStringToTitlecase.js` file in `convert-string-to-titlecase` folder
Description
Write a JavaScript program to convert string to titlecase
Titlecase is a style of writing in which the first letter of each word is capitalized.
How to contribute
- Save the solution in `program/ConvertStringToTitlecase.js` file - Add `ConvertStringToTitlecase.js` file in `convert-string-to-titlecase` folder