Skip to content

Commit 5e24460

Browse files
authored
Removes all console logs from PR
1 parent d25945b commit 5e24460

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sprint-3/2-practice-tdd/count.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ function countChar(stringOfCharacters, findCharacter) {
33
}
44

55
module.exports = countChar;
6-
console.log(countChar('hello', 'l'));
7-
console.log(countChar('hello', 'z'));
8-
console.log(countChar('alaaaaa', 'a'));
6+
97

0 commit comments

Comments
 (0)