Skip to content

fikrcamp/capitalize-letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Capitalize first letters

Your Task πŸ“š:

Create a function makeCapital that takes a string as an argument and converts the first character of each word to uppercase. Return the newly formatted string.

Examples πŸ˜ƒ:
makeCapital("my name is ali") ➞ "My Name Is Ali"
makeCapital("fikrcamp Bootcamp") ➞ "Fikrcamp Bootamp"
makeCapital("i live In Paris") ➞ "I Live In Paris"

Good Luck πŸ˜€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published