mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 09:00:38 -04:00
fix(curriculum): change spinal case converter lab example in user story (#65005)
This commit is contained in:
@@ -17,7 +17,7 @@ In this lab, you will create a function that converts a given string to spinal c
|
||||
|
||||
1. You should create a function named `spinalCase`.
|
||||
2. The `spinalCase` function should take a single argument, a string.
|
||||
3. The `spinalCase` function should return the string in spinal case format. For example, if the argument is `JavaScript is awesome`, the function should return `javascript-is-awesome`.
|
||||
3. The `spinalCase` function should return the string in spinal case format. For example, if the argument is `ProductLanding page`, the function should return `product-landing-page`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user