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 efa8b75 commit ba5f17dCopy full SHA for ba5f17d
Sprint-3/2-practice-tdd/count.js
@@ -5,7 +5,6 @@ function countChar(stringOfCharacters, findCharacter) {
5
for (let i = 0; i < str; i++) {
6
if (stringOfCharacters[i] === findCharacter) {
7
count += 1;
8
- console.log(stringOfCharacters[i]);
9
}
10
11
return count;
0 commit comments