Glasgow | 25-ITP-May | Arthur Chan | Sprint 3 | implement-and-rewrite-tests#1407
Glasgow | 25-ITP-May | Arthur Chan | Sprint 3 | implement-and-rewrite-tests#1407Motorcycle-lab wants to merge 7 commits into
Conversation
LonMcGregor
left a comment
There was a problem hiding this comment.
Why did you make a commit with simply a comment of "for committing". Do you know what you need to do in this task?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
90451be to
212966d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
LonMcGregor
left a comment
There was a problem hiding this comment.
Good start, you may want to expand your test cases some more, though.
Also, remember to do the tasks in the "rewrite tests with jest" directory
| function isProperFraction(numerator, denominator) { | ||
| // TODO: Implement this function | ||
|
|
||
| return numerator< denominator ; |
There was a problem hiding this comment.
Think about all the possible cases of fractions you could have. For example, does this cover -2/3?
|
|
||
| const value = Number(rank); | ||
|
|
||
| if( value>=2 && value <= 10 ){ |
There was a problem hiding this comment.
Did you remember to use the formatter in your IDE before committing?
LonMcGregor
left a comment
There was a problem hiding this comment.
Good work, this task is now complte
Self checklist
Changelist
my exercises in implement-and-rewrite tests
Questions
What websites or apps do you recommend me build to learn the foundation of Javascript ?