Skip to content

Commit c387200

Browse files
committed
Iteration ironhack-labs#7
1 parent 7ac5982 commit c387200

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/functions-and-arrays.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,11 @@ const wordsCount = [
146146
'matter'
147147
];
148148

149-
function howManyTimes() {}
149+
function howManyTimes() {
150+
for (let i = 0; i <anArr.length; i++){
151+
152+
}
153+
}
150154

151155

152156

0 commit comments

Comments
 (0)