Anastasiia Hlushkova | Oct2025-1 | Module-Structuring-and-Testing-Data | Sprint-3 | 02 Complete Sprint 3 Coursework - #3
Open
ksbn wants to merge 7 commits into
Open
Anastasiia Hlushkova | Oct2025-1 | Module-Structuring-and-Testing-Data | Sprint-3 | 02 Complete Sprint 3 Coursework#3ksbn wants to merge 7 commits into
ksbn wants to merge 7 commits into
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✔️ Requirements Checklist
[x] I have committed my files one by one, with clear and meaningful commit messages
[x] I have titled my PR according to the requirements
[x] I have tested my changes locally
[x] My changes meet the requirements of the Sprint 3 tasks (as described in Sprint-3/readme.md)
Changelist
This PR includes all required work for Sprint 3 – Implementing, Rewriting, Practicing, and Investigating functions.
Completed sections:
1️⃣ Implement (1-key-implement/)
Implemented functions step by step, building up assertions case by case
Completed the following functions in recommended order:
1-get-angle-type.js
2-is-proper-fraction.js
3-get-card-value.js
2️⃣ Rewrite (2-mandatory-rewrite/)
Rewrote assertions from 1-key-implement using Jest syntax
Completed paired .test.js files for all functions
Verified all tests run successfully with npm test and VSCode test runner
3️⃣ Practice (3-mandatory-practice/)
Completed practice exercises using Jest syntax and test-driven approach
Recommended order followed:
count.test.js
repeat.test.js
get-ordinal-number.test.js
Ensured all tests pass and meet acceptance criteria
4️⃣ Investigate Stretch (4-stretch-investigate/)
Explored optional stretch exercises using while loops and step-through debugging
Implemented functions in password-validator.js
Set up custom script and test files for card-validator.md
Questions
Everything works as expected.
Please let me know if there is anything I can improve regarding structure, readability, or clarity of explanations.
Are the Jest test implementations clear and readable?