Skip to content

Commit 4792575

Browse files
committed
remove console.log from count.js
1 parent ae47b0c commit 4792575

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ function countChar(stringOfCharacters, findCharacter) {
66
count += 1;
77
}
88
}
9-
//console.log(arrayOfCharacters);
10-
//console.log(count);
119
return count;
1210
}
1311

0 commit comments

Comments
 (0)