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