Skip to content

London | 26-ITP-May | Talia Kucuk | Sprint 3| Coursework/sprint 3 implement and rewrite - #1565

Open
TaliaKucuk wants to merge 6 commits into
CodeYourFuture:mainfrom
TaliaKucuk:coursework/sprint-3-implement-and-rewrite
Open

London | 26-ITP-May | Talia Kucuk | Sprint 3| Coursework/sprint 3 implement and rewrite#1565
TaliaKucuk wants to merge 6 commits into
CodeYourFuture:mainfrom
TaliaKucuk:coursework/sprint-3-implement-and-rewrite

Conversation

@TaliaKucuk

Copy link
Copy Markdown

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

Submission for Coursework/sprint 3 implement and rewrite

@TaliaKucuk TaliaKucuk added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 26, 2026
@cjyuan cjyuan added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 27, 2026

@cjyuan cjyuan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could you also implement the Jest tests in Sprint-3/1-implement-and-rewrite-tests/rewrite-tests-with-jest?

Comment on lines +17 to +21
function getAngleType(angle)
{
if (angle > 0 && angle < 90) {
return "Acute angle";
} else if (angle === 90) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Indentation is slightly off.

Have you installed the prettier VSCode extension and enabled "Format on save/paste" on VSCode,
as recommended in
https://github.com/CodeYourFuture/Module-Structuring-and-Testing-Data/blob/main/readme.md
?

Comment on lines +40 to +50
// Numerator > denominator
assertEquals(isProperFraction(4, 1), false);

// Numerator === denominator
assertEquals(isProperFraction(2, 2), false);

// Numerator is 0
assertEquals(isProperFraction(0, 4), false);

// Denominator is 0
assertEquals(isProperFraction(6, 0), false); No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What authoritative source do you base your definition of a proper fraction on?

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

Labels

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