Skip to content

Commit 9b378b6

Browse files
committed
test
1 parent 1f2f749 commit 9b378b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-and-arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ console.log(averageNumbers(numbersAvg));
7979

8080
// Level 2: Array of strings
8181

82-
//case item.length === 0 doesn't workf
82+
//case item.length === 0 doesn't work
8383
const wordsArr = ['seat', 'correspond', 'linen', 'motif', 'hole', 'smell', 'smart', 'chaos', 'fuel', 'palace'];
8484
function averageWordLength(item) {
8585
if (item.length === 0) {

0 commit comments

Comments
 (0)