Skip to content

Commit bdce415

Browse files
committed
feat/ update readme
1 parent 0fd7d68 commit bdce415

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

15_totalIntegers/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# Exercise 13 - totalIntegers
1+
# Exercise 15 - totalIntegers
22

3-
Description of the exercise goes here.
3+
Write a function that when given a multi-dimensional integer array, return the total number of integers stored inside this array
4+
5+
```javascript
6+
totalIntegers([[[5], 3], 0, 2, ['foo'], [], [4, [5, 6]]]); // returns 7
7+
```

0 commit comments

Comments
 (0)