You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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
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
Hint: Use
.toLowerCase()
function.Input: 'helloWorld'
Output: 'hello-world'
Input: 'wsupHunnyBuns'
Output: 'wsup-hunny-buns'
The text was updated successfully, but these errors were encountered: