Skip to content

Commit 3f11ed4

Browse files
committed
Editing count.js code
1 parent b02a77f commit 3f11ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ function countChar(stringOfCharacters, findCharacter) {
55
module.exports = countChar;
66
console.log(countChar('hello', 'l'));
77
console.log(countChar('hello', 'z'));
8-
console.log(countChar('alaaa', 'a'));
8+
console.log(countChar('alaaaaa', 'a'));
99

0 commit comments

Comments
 (0)