Skip to content

Commit beb8a50

Browse files
committed
Iteration ironhack-labs#7: Count repetition
1 parent fd05c80 commit beb8a50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/functions-and-arrays.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ const wordsCount = [
236236
'matter'
237237
];
238238

239-
240239
function howManyTimes(wordsArr, wordSearch){
241240
let count = 0
242241
for(let i=0; i<wordsArr.length; i++){

0 commit comments

Comments
 (0)