generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 195
London | May-2025 | Fatima_Zohra_Belkedari | Module Structuring and Testing Data | Sprint. 3 #629
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
Open
Farah-Stu
wants to merge
30
commits into
CodeYourFuture:main
Choose a base branch
from
Farah-Stu:Sprint-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
696bb42
updating angle type.js
Farah-Stu 4cc5106
fixing the proper fraciton.js
Farah-Stu 22cab74
updating card value
Farah-Stu ed21e9d
update card value
Farah-Stu 4d9bc3b
update angle type.test
Farah-Stu 8f7c8a6
adding assertEqual line
Farah-Stu 27e36c5
updating proper fraction file
Farah-Stu a97c923
updating the file
Farah-Stu cc9d7dc
updating the proper fraction test file
Farah-Stu bfee299
updating card file
Farah-Stu 8f9221a
updating card test file
Farah-Stu d6a385f
update count file
Farah-Stu 0c51d93
update count.test.js
Farah-Stu 9c6607c
updating ordinal num file
Farah-Stu da6f74f
update ordinal num file test
Farah-Stu b15ce67
update repeat file
Farah-Stu 401a0d1
update repeat test file
Farah-Stu d25287f
updating and returnig a valid message to the function
Farah-Stu ea3514b
returning a valid message to the code
Farah-Stu 22db2cc
matching the description in the test file
Farah-Stu 77294d9
updating
Farah-Stu 6c4aa13
updating and testing numbers
Farah-Stu b0c9c31
updating file.js
Farah-Stu 3000184
updadting the test file
Farah-Stu 96eb260
updating the code
Farah-Stu 19e006e
updating the card value code
Farah-Stu 037bc34
updating the code with invalid card rank
Farah-Stu 535e4ba
updating the file
Farah-Stu 96888f8
updating the. file
Farah-Stu eece386
updating the file
Farah-Stu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ if(strNum.slice(-1)==="3") { | |
return strNum + "rd"; | ||
} | ||
|
||
return strNum + "th"; | ||
} | ||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Indentation is off.