-
-
Notifications
You must be signed in to change notification settings - Fork 218
ITP JAN-2025 | ELFREDAH KEVIN-ALERECHI | MODULE STRUCTUREING AND TESTING DATA | WEEK FEBRURAY #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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); | ||
//} | ||
|
||
|
There was a problem hiding this comment.
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
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. |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.