You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this PR, I have completed the required Sprint 1 coursework exercises.
Resolved debugging and initialization order errors within the mandatory errors folder.
Added comprehensive documentation and step-by-step breakdowns for the math logic (such as remainder operations and random integer formulas) and string manipulation files.
Verified all JavaScript code runs cleanly using Node.js without terminal crashes.
Questions
How do you recommend formatting long multi-line explanations or breakdowns for formulas in the code? Is a detailed block comment preferred over individual single-line comments according to the style guide?
I believe 0.js and 3.js in the mandatory errors section also require a solution. I also noticed that not all of the files run without errors. As a general practice, it’s worth running each file before pushing your changes to make sure there are no syntax or runtime errors.
cjyuan
added
Reviewed
Volunteer to add when completing a review with trainee action still to take.
and removed
Needs Review
Trainee to add when requesting review. PRs without this label will not be reviewed.
labels
Jul 27, 2026
gideondefar
added
Needs Review
Trainee to add when requesting review. PRs without this label will not be reviewed.
and removed
Reviewed
Volunteer to add when completing a review with trainee action still to take.
labels
Aug 2, 2026
I believe 0.js and 3.js in the mandatory errors section also require a solution. I also noticed that not all of the files run without errors. As a general practice, it’s worth running each file before pushing your changes to make sure there are no syntax or runtime errors.
Thanks for pointing that out. I’ve now fixed 0.js and 3.js and run all the files in the mandatory errors section to check for syntax and runtime errors.
webmonch
removed
the
Needs Review
Trainee to add when requesting review. PRs without this label will not be reviewed.
label
Aug 15, 2026
Good job! Most of the issues have been resolved, only few tiny ones left.
webmonch
added
Reviewed
Volunteer to add when completing a review with trainee action still to take.
and removed
Review in progress
This review is currently being reviewed. This label will be replaced by "Reviewed" soon.
labels
Aug 15, 2026
gideondefar
added
Needs Review
Trainee to add when requesting review. PRs without this label will not be reviewed.
and removed
Reviewed
Volunteer to add when completing a review with trainee action still to take.
labels
Aug 15, 2026
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.
Self checklist
Changelist
In this PR, I have completed the required Sprint 1 coursework exercises.
Questions
How do you recommend formatting long multi-line explanations or breakdowns for formulas in the code? Is a detailed block comment preferred over individual single-line comments according to the style guide?