There was an error while loading. Please reload this page.
1 parent 248d2a4 commit f641d30Copy full SHA for f641d30
1 file changed
Sprint-3/2-practice-tdd/count.js
@@ -11,8 +11,5 @@ function countChar(stringOfCharacters, findCharacter) {
11
}
12
13
return count
14
-
15
16
-countChar("aeioyuyuuiiiiu", "i")
17
module.exports = countChar;
18
-//push char into a new array and count the lenght on new array return the lenght
0 commit comments