Skip to content

Commit b1e528f

Browse files
committed
deleted sprint-1 subforlder from sprint-3.
1 parent 8b3fd7a commit b1e528f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
File renamed without changes.
File renamed without changes.

Sprint-3/1-key-implement/2-is-proper-fraction.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ assertEquals(equalFraction, false); // assertion for equal numerator and denomin
5454

5555
// Stretch:
5656
// What other scenarios could you test for?
57+
console.log(isProperFraction(5, 2));
58+
console.log(isProperFraction(-4, 7));
59+
console.log(isProperFraction(-3, 3));

0 commit comments

Comments
 (0)