Skip to content

Commit b2e76f5

Browse files
author
wakidurrahman
committed
update
1 parent a8261aa commit b2e76f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,9 @@ exports.iterative = function (array) {
180180

181181
return result;
182182
};
183+
184+
/**
185+
* Q007: Sum of Array Plus One
186+
*
187+
188+
*/

0 commit comments

Comments
 (0)