Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#8 Sentence Capitalization #11

Closed
somekindofwallflower opened this issue Jun 14, 2022 · 0 comments · Fixed by #38
Closed

#8 Sentence Capitalization #11

somekindofwallflower opened this issue Jun 14, 2022 · 0 comments · Fixed by #38
Assignees
Labels
enhancement New feature or request

Comments

@somekindofwallflower
Copy link
Owner

somekindofwallflower commented Jun 14, 2022

Description
Write a function that accepts a string. The function should
capitalize the first letter of each word in the string then
return the capitalized string.

Examples

  • capitalize('a short sentence') --> 'A Short Sentence'
  • capitalize('a lazy fox') --> 'A Lazy Fox'
  • capitalize('look, it is working!') --> 'Look, It Is Working!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant