Skip to content

Conversation

Elfredah
Copy link

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@halilibrahimcelik halilibrahimcelik self-requested a review March 22, 2025 12:12
@halilibrahimcelik halilibrahimcelik added 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. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 22, 2025
Copy link

@halilibrahimcelik halilibrahimcelik left a comment

Choose a reason for hiding this comment

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

There are a few unfininished tasks inside of sprint 3 especially test files inside of 2-mandatory-rewrite and 3-mandatory-practise/implement.


let age = 33; // Using let to declare a variable that can be reassigned
age = age + 4; // Now I am reassigning the value of age
console.log(age); // This will print 37 to the console

Choose a reason for hiding this comment

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

you can also use age +=4


capitalise("elfredah")
// =============> write your explanation here
// =============> write your new code here

Choose a reason for hiding this comment

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

can you write new code as well for capitalise function

// When the angle is greater than 90 degrees and less than 180 degrees,
// Then the function should return "Obtuse angle"
const obtuse = getAngleType(120);
// ====> write your test here, and then add a line to pass the test in the function above

Choose a reason for hiding this comment

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

please write other condisitons inside of getangleType function as well.

// if (!isNaN(rank)) return Number(rank);
//}


Choose a reason for hiding this comment

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

getCardValue function is not working as expected. Please integrate desired logic inside of the function

@Elfredah
Copy link
Author

Thanks for reviewing the file. I messed up the branch files and now I am recreating a new pull request with separate sprints. Apologies for the error.

@Elfredah Elfredah closed this Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants