Skip to content

Conversation

@xLuis190
Copy link

Prototype function for string objects that will capitalize each word in the string you put it with
For example:
let sentence = "i am the best here";
sentence.capitalizeEachWord();
Will return each word of the sentence capitalized except for words that are less than 3 in length

Prototype function for string objects that will capitalize each word in the string you put it with
For example: 
let sentence = "i am the best here";
sentence.capitalizeEachWord();
Will return each word of the sentence capitalized except for words that are less than 3 in length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant