codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a JavaScript program to convert string to titlecase #1859

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

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.

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
kshitijv256 commented 2 years ago

!assign

kshitijv256 commented 2 years ago

Completed the task codinasion/program#2733 Please review and merge it