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

Lesson 2: kebabCase - Takes in a camel case string & returns its' kebab case. #45

Open
seemcat opened this issue Oct 15, 2017 · 0 comments

Comments

@seemcat
Copy link

seemcat commented Oct 15, 2017

Hint: Use .toLowerCase() function.

Input: 'helloWorld'
Output: 'hello-world'

Input: 'wsupHunnyBuns'
Output: 'wsup-hunny-buns'

@seemcat seemcat changed the title kebabCase - Takes in a string & returns it's kebab case. kebabCase - Takes in a string & returns its' kebab case. Oct 15, 2017
@seemcat seemcat changed the title kebabCase - Takes in a string & returns its' kebab case. Lesson 2: kebabCase - Takes in a string & returns its' kebab case. Oct 16, 2017
@songz songz changed the title Lesson 2: kebabCase - Takes in a string & returns its' kebab case. Lesson 2: kebabCase - Takes in a camel case string & returns its' kebab case. Oct 18, 2017
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

No branches or pull requests

1 participant