Skip to content

Commit 0ccc611

Browse files
Update count.js
1 parent eac7d73 commit 0ccc611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ function countChar(stringOfCharacters, findCharacter) {
55
count++;
66
}
77
}
8-
9-
return count;
8+
return count;
109
}
1110
module.exports = countChar;

0 commit comments

Comments
 (0)