-
Notifications
You must be signed in to change notification settings - Fork 25
Chigazo Lesson 07 #274
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
Closed
Closed
Chigazo Lesson 07 #274
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
887b8f0
Merge pull request #1 from code-differently/main
A1-4U2T1NN 05ad627
Merge branch 'code-differently:main' into main
A1-4U2T1NN 5715b6a
Merge branch 'code-differently:main' into main
A1-4U2T1NN 6c909b0
Merge branch 'code-differently:main' into main
A1-4U2T1NN 4c1a3f2
Merge branch 'code-differently:main' into main
A1-4U2T1NN de19403
Merge branch 'code-differently:main' into main
A1-4U2T1NN 56aa83d
Merge branch 'code-differently:main' into main
A1-4U2T1NN 8529105
Merge branch 'code-differently:main' into main
A1-4U2T1NN 4f76813
Merge branch 'code-differently:main' into main
A1-4U2T1NN 48bf962
Merge branch 'code-differently:main' into main
A1-4U2T1NN 1da88b9
Merge branch 'code-differently:main' into main
A1-4U2T1NN 3068765
Merge branch 'code-differently:main' into main
A1-4U2T1NN 712efd6
Merge branch 'code-differently:main' into main
A1-4U2T1NN 82381df
feat; added lesson7.ts content
7dcdcb2
Merge branch 'code-differently:main' into lesson_07
A1-4U2T1NN a0ceba6
fix: changed 'let' to 'const' on l.119 & l.126; implemented 'distance…
962d2dc
Merge branch 'lesson_07' of https://github.com/A1-4U2T1NN/code-differ…
e5007e4
fix: converted 'if' statements into 'else if' statements l.53-71; re…
42534de
fix: converted scale from % to 4.0 l.53-71; 'included correct 'if' st…
51070a9
feat: added condition for 'if (n <= 0){}
a7d16ad
fix: corrected scale values l.53-71;
58193dd
fix: corrected A to A+ scale;
88ef56b
fix: updated scale values;
28d418e
test: testing gpa scale value (tgsv.v1)
54605f2
(tgsv.v2);
cb2e3b4
test: (tgsv.v3);
d74c27a
test:(tgsv.4)
ef2a1dd
test:(tgsv.5)
87887b1
fix: added additional parameters in 'else-if' statements to correct e…
1eb4434
fix: added fixes to the final 'else-if' statement
b69ab2e
fix: added ';' to the 'else-if' statements;
a4056a9
fix: removed fixes to the final 'else-if' statement
18ecdcb
fix: removed final 'else-if' statement;
0c68123
fix: rebuilt 'else-if' statements for converGpaToLetterGrade;
f9b7d7d
Merge branch 'code-differently:main' into lesson_07
A1-4U2T1NN 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
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.
What are you going to do if
n === 1
?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.
added else-if condition for n === 1
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.
added to return [1]