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 64b8c19 commit efa8b75Copy full SHA for efa8b75
Sprint-3/2-practice-tdd/count.js
@@ -10,6 +10,5 @@ function countChar(stringOfCharacters, findCharacter) {
10
}
11
return count;
12
13
-console.log(countChar("little", "t"));
14
15
module.exports = countChar;
0 commit comments