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 b02a77f commit 3f11ed4Copy full SHA for 3f11ed4
Sprint-3/2-practice-tdd/count.js
@@ -5,5 +5,5 @@ function countChar(stringOfCharacters, findCharacter) {
5
module.exports = countChar;
6
console.log(countChar('hello', 'l'));
7
console.log(countChar('hello', 'z'));
8
-console.log(countChar('alaaa', 'a'));
+console.log(countChar('alaaaaa', 'a'));
9
0 commit comments