Skip to content

Birmingham | 26-ITP-May | Toluwalase Tiamiyu | Sprint 3 | Coursework#1447

Open
TTiamiyu wants to merge 7 commits into
CodeYourFuture:mainfrom
TTiamiyu:coursework/Sprint-3
Open

Birmingham | 26-ITP-May | Toluwalase Tiamiyu | Sprint 3 | Coursework#1447
TTiamiyu wants to merge 7 commits into
CodeYourFuture:mainfrom
TTiamiyu:coursework/Sprint-3

Conversation

@TTiamiyu

@TTiamiyu TTiamiyu commented Jul 3, 2026

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

  1. Implement (get angle type, proper fraction test & get card value test)
  2. Rewrite tests

Questions

None

@TTiamiyu TTiamiyu added 🏕 Priority Mandatory This work is expected Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 3, 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 minor comment from me


function isProperFraction(numerator, denominator) {
// TODO: Implement this function
if (denominator === 0) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is there a way you could combine this condition with the one below?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Hi, could you please clarify the comment for me, do you mean combining it with the "module.exports = isPropperFraction" ?

@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. labels Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏕 Priority Mandatory This work is expected Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants