Skip to content

London | 26-ITP-May | Sayeed Hussain | Sprint 3 | implement-and-rewrite - #1590

Open
sayeedhussain01 wants to merge 28 commits into
CodeYourFuture:mainfrom
sayeedhussain01:Sprint-3/implement
Open

London | 26-ITP-May | Sayeed Hussain | Sprint 3 | implement-and-rewrite#1590
sayeedhussain01 wants to merge 28 commits into
CodeYourFuture:mainfrom
sayeedhussain01:Sprint-3/implement

Conversation

@sayeedhussain01

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

Changelist

I have completed all tasks.

@github-actions

This comment has been minimized.

@sayeedhussain01 sayeedhussain01 added the 🏕 Priority Mandatory This work is expected label Jul 30, 2026
@sayeedhussain01 sayeedhussain01 added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Structuring-And-Testing-Data The name of the module. labels Jul 30, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Aug 1, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work, just one suggestion for an improvement


function isProperFraction(numerator, denominator) {
// TODO: Implement this function
let fraction = Math.abs(numerator) < Math.abs(denominator);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This works, good use of Abs, but can the return statement be simplified?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Structuring-And-Testing-Data The name of the module. 🏕 Priority Mandatory This work is expected Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants