Skip to content

Commit a18e25b

Browse files
author
wakidurrahman
committed
feat: code
1 parent 7e97074 commit a18e25b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ multiDimensionalSumOfSeveralArrayVariationReduce([[3, 2], [1], [4, 12]]);
4545

4646
/**
4747
* Q005: Test divisors of three
48+
* You will be given 2 parameters: a low and high number.
49+
* Your goal is to print all numbers between low and high, and for each of these numbers print whether or not the number is divisible by 3.
50+
* If the number is divisible by 3, print the word "div3" directly after the number.
4851
*/

0 commit comments

Comments
 (0)