We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a9cbf commit dce4ec9Copy full SHA for dce4ec9
1 file changed
Sprint-3/1-implement-and-rewrite-tests/implement/2-is-proper-fraction.js
@@ -43,4 +43,4 @@ assertEquals(isProperFraction(7, 4), false);
43
44
// Example #5: -1/2 and -5/-2 are proper fractions
45
assertEquals(isProperFraction(-1, 2), true);
46
-assertEquals(isProperFraction(-5, -2), true);
+assertEquals(isProperFraction(-5, -2), false);
0 commit comments