You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: week-3/implement/is-proper-fraction.js
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,41 @@
33
33
// Explanation: The fraction 3/3 is not a proper fraction because the numerator is equal to the denominator. The function should return false.
34
34
35
35
// These acceptance criteria cover a range of scenarios to ensure that the isProperFraction function handles both proper and improper fractions correctly and handles potential errors such as a zero denominator.
0 commit comments