Skip to content

Commit f641d30

Browse files
committed
all requirements completed
1 parent 248d2a4 commit f641d30

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ function countChar(stringOfCharacters, findCharacter) {
1111
}
1212
}
1313
return count
14-
1514
}
16-
countChar("aeioyuyuuiiiiu", "i")
1715
module.exports = countChar;
18-
//push char into a new array and count the lenght on new array return the lenght

0 commit comments

Comments
 (0)