Skip to content

Conversation

@reyhany
Copy link

@reyhany reyhany commented Nov 2, 2025

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

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@reyhany reyhany changed the title Coursework/sprint 3 practice tdd ITP25 | Reyhan Yediyildiz | Week 6 | Sprint 3 - practice TDD coursework & implement and rewrite tests coursework Nov 2, 2025
@reyhany reyhany changed the title ITP25 | Reyhan Yediyildiz | Week 6 | Sprint 3 - practice TDD coursework & implement and rewrite tests coursework Brussels | ITP25 | Reyhan Yediyildiz | Sprint 3-practice TDD coursework & implement and rewrite tests coursework | Module-Structuring-and-Testing-Data | practice TDD coursework & implement and rewrite tests coursework Nov 2, 2025
@reyhany reyhany changed the title Brussels | ITP25 | Reyhan Yediyildiz | Sprint 3-practice TDD coursework & implement and rewrite tests coursework | Module-Structuring-and-Testing-Data | practice TDD coursework & implement and rewrite tests coursework Brussels | ITP25 | Reyhan Yediyildiz | Sprint 3 | Module-Structuring-and-Testing-Data-practice TDD coursework & implement and rewrite tests coursework Nov 2, 2025
// return the BMI of someone based off their weight and height
}
const bmi = weight / (height*height);
return bmi.toFixed(1);

Choose a reason for hiding this comment

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

toFixed returns a string, so be careful

Copy link

@MustafaBora MustafaBora left a comment

Choose a reason for hiding this comment

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

Very good

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