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 ae47b0c commit 4792575Copy full SHA for 4792575
Sprint-3/2-practice-tdd/count.js
@@ -6,8 +6,6 @@ function countChar(stringOfCharacters, findCharacter) {
6
count += 1;
7
}
8
9
- //console.log(arrayOfCharacters);
10
- //console.log(count);
11
return count;
12
13
0 commit comments