We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac7d73 commit 0ccc611Copy full SHA for 0ccc611
Sprint-3/2-practice-tdd/count.js
@@ -5,7 +5,6 @@ function countChar(stringOfCharacters, findCharacter) {
5
count++;
6
}
7
8
-
9
- return count;
+ return count;
10
11
module.exports = countChar;
0 commit comments