mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typo in sentence analyzer (#58190)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ You should count the number of punctuations now.
|
||||
|
||||
Create a `getPunctuationCount` function with a `sentence` parameter.
|
||||
|
||||
Inside the function, create a loop to count the number of consonants in the `sentence` that will be passed into the function when it is called.
|
||||
Inside the function, create a loop to count the number of punctuation characters in the `sentence` that will be passed into the function when it is called.
|
||||
|
||||
Your `getPunctuationCount` function must return a number.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user