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