Skip to content

Commit e38e0b9

Browse files
author
wakidurrahman
committed
feat: added
1 parent 64e11a1 commit e38e0b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/code-challenges/code-challenges-003-010.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ function multiDimensionalSumOfSeveralArrayVariationReduce(array) {
4242
return array.reduce((t, e) => t.concat(e)).reduce((t, e) => t + e);
4343
}
4444
multiDimensionalSumOfSeveralArrayVariationReduce([[3, 2], [1], [4, 12]]);
45+
46+
/**
47+
* Q005: Test divisors of three
48+
*/

0 commit comments

Comments
 (0)