Skip to content

Brussels | ITP-2026-1 | Nikita Sharma | Sprint-3 | Coursework/Sprint-3 implement & rewrite tests#73

Open
nikki08-09 wants to merge 6 commits intoHackYourFutureBelgium:mainfrom
nikki08-09:coursework/Sprint-3
Open

Brussels | ITP-2026-1 | Nikita Sharma | Sprint-3 | Coursework/Sprint-3 implement & rewrite tests#73
nikki08-09 wants to merge 6 commits intoHackYourFutureBelgium:mainfrom
nikki08-09:coursework/Sprint-3

Conversation

@nikki08-09
Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

return false;
} else if (numerator < 0 && Math.abs(numerator) < denominator) {
return true;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your implementation doesn't work for negative fractions and your tests don't cover it. Try to find a solution

@nikki08-09
Copy link
Copy Markdown
Author

nikki08-09 commented May 9, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants