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
in 03-high-order-array-methods > 04-highest-scoring-word, the Constraints in the readme state that the input string will only contain lowercase letters.
However, the run file uses the string highestScoringWord('Hello my name is xavier'); with an uppercase H.
The text was updated successfully, but these errors were encountered:
I found one more small bug.
in
03-high-order-array-methods
>04-highest-scoring-word
, theConstraints
in the readme state that the input string will only contain lowercase letters.However, the run file uses the string
highestScoringWord('Hello my name is xavier');
with an uppercaseH
.The text was updated successfully, but these errors were encountered: