Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
CodeYourFuture
/
Module-Structuring-and-Testing-Data
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
396
Star
0
Code
Issues
26
Pull requests
16
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Birmingham| 26-ITP-May | Gabriel Pawuoi| Sprint 3 | coursework
- #1536
#1536
Closed
KhotKeys
wants to merge 14 commits into
CodeYourFuture:main
CodeYourFuture/Module-Structuring-and-Testing-Data:main
from
KhotKeys:sprint-3-new
KhotKeys/Module-Structuring-and-Testing-Data:sprint-3-new
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
Birmingham| 26-ITP-May | Gabriel Pawuoi| Sprint 3 | coursework
#1536
KhotKeys
wants to merge 14 commits into
CodeYourFuture:main
CodeYourFuture/Module-Structuring-and-Testing-Data:main
from
KhotKeys:sprint-3-new
KhotKeys/Module-Structuring-and-Testing-Data:sprint-3-new
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2026
Implement getAngleType function with all angle cases
KhotKeys
committed
b5b87ef
View commit details
Copy full SHA for b5b87ef
Browse repository at this point
Implement isProperFraction function with all cases
KhotKeys
committed
dad0682
View commit details
Copy full SHA for dad0682
Browse repository at this point
Implement getCardValue function with all rank and suit cases
KhotKeys
committed
fc47ae2
View commit details
Copy full SHA for fc47ae2
Browse repository at this point
Add Jest tests for getAngleType covering all angle types and invalid cases
KhotKeys
committed
7d44883
View commit details
Copy full SHA for 7d44883
Browse repository at this point
Add Jest tests for isProperFraction covering positive, negative and zero cases
KhotKeys
committed
52a1b45
View commit details
Copy full SHA for 52a1b45
Browse repository at this point
Add Jest tests for getCardValue covering ace, number cards, face cards and invalid cards
KhotKeys
committed
804b4f8
View commit details
Copy full SHA for 804b4f8
Browse repository at this point
Implement countChar and add tests for multiple and zero occurrences
KhotKeys
committed
08160bc
View commit details
Copy full SHA for 08160bc
Browse repository at this point
Implement repeatStr and add tests for repeat, count 1, count 0 and negative count
KhotKeys
committed
fc05bf7
View commit details
Copy full SHA for fc05bf7
Browse repository at this point
Implement getOrdinalNumber and add tests for st, nd, rd, th including 11/12/13 edge cases
KhotKeys
committed
e99438a
View commit details
Copy full SHA for e99438a
Browse repository at this point
Remove dead code from exercise-1: unused variable and unreachable console.log
KhotKeys
committed
d2d3097
View commit details
Copy full SHA for d2d3097
Browse repository at this point
Remove dead code from exercise-2: unused capitalisedPets array and logPets function
KhotKeys
committed
91bb5c8
View commit details
Copy full SHA for 91bb5c8
Browse repository at this point
Answer all questions about the find while loop in find.js
KhotKeys
committed
bd88771
View commit details
Copy full SHA for bd88771
Browse repository at this point
Implement passwordValidator with all 6 rules and add tests for each rule
KhotKeys
committed
b04e9e7
View commit details
Copy full SHA for b04e9e7
Browse repository at this point
Create card validator with all 4 rules and tests for valid and invalid card numbers
KhotKeys
committed
7d41a42
View commit details
Copy full SHA for 7d41a42
Browse repository at this point
You can’t perform that action at this time.