-
-
Notifications
You must be signed in to change notification settings - Fork 389
West Midlands | 25-May-ITP | Toluwalase Tiamiyu | Sprint 2 | Coursework #1428
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
TTiamiyu
wants to merge
28
commits into
CodeYourFuture:main
Choose a base branch
from
TTiamiyu:coursework/Sprint-2
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 all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
704f58f
added a comment explaining the role of the = .
TTiamiyu dc17501
Implemented the function to get the initials as output without writin…
TTiamiyu dce53b5
Add dir and ext variable assignments in 3-paths.js
TTiamiyu cecb6ba
added a "for" statement, for random number generation to log multiple…
TTiamiyu bbfef51
Added comments to explain code execution prevention and commenting me…
TTiamiyu 274fe16
Change age variable declaration from const to let for reassignment
TTiamiyu 63265cb
Fix console log placement to correctly print city of birth
TTiamiyu e6db536
Fix card number assignment to string for correct slicing of last 4 di…
TTiamiyu 1c5023d
Fix variable naming for twelve and twenty-four hour clock time
TTiamiyu b06aae3
Add comments to clarify function calls, variable assignments, and err…
TTiamiyu 496d1b8
Enhance comments for clarity on variable declarations, function calls…
TTiamiyu 32d7119
Enhance comments to provide a detailed step-by-step explanation of th…
TTiamiyu 5e06e8c
Add results section to document outcomes of alert and prompt function…
TTiamiyu 7503415
Add outputs and answers for console exploration activity
TTiamiyu abb3aa5
Clarify prediction comment regarding potential error due to variable …
TTiamiyu 9bf321e
Fix variable redeclaration error in capitalise function and update ex…
TTiamiyu 0642903
Fix syntax errors in convertToPercentage and square functions, and up…
TTiamiyu aaa500c
Add predictions and explanations for multiply and sum functions, and …
TTiamiyu 0c1f1ad
Fix formatting in explanation comment for sum function
TTiamiyu 231d91e
Fix getLastDigit function to accept parameters and update predictions…
TTiamiyu 17c3829
Implement BMI calculation function and add example usage
TTiamiyu 99dad40
Implement upperSnakeCase function to convert strings to UPPER_SNAKE_C…
TTiamiyu 3fee2c5
Implement toPounds function to convert pence to formatted pounds and …
TTiamiyu 80f3a4f
Update comments in formatTimeDisplay function to provide detailed exp…
TTiamiyu 7d4c0fb
Refactor formatAs12HourClock function to improve time formatting logi…
TTiamiyu f7edaf1
Fix typo in explanation comment for pad function return value
TTiamiyu 2cae221
Revert Sprint-1 files to base code
TTiamiyu 9417991
Refactor calculateBMI function to use toFixed for consistent decimal …
TTiamiyu 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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Good use of a ternary expression