Skip to content

London | Jan2026 | Ihor Taradaiko | Sprint 3 | Sprint-3-implement-and-rewrite#1028

Open
ihortar wants to merge 13 commits intoCodeYourFuture:mainfrom
ihortar:coursework/sprint-3-implement-and-rewrite
Open

London | Jan2026 | Ihor Taradaiko | Sprint 3 | Sprint-3-implement-and-rewrite#1028
ihortar wants to merge 13 commits intoCodeYourFuture:mainfrom
ihortar:coursework/sprint-3-implement-and-rewrite

Conversation

@ihortar
Copy link

@ihortar ihortar commented Feb 23, 2026

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Completed the following exercises:

  • Key Exercises
  • Implement
  • Test with jest

@github-actions

This comment has been minimized.

@ihortar ihortar added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 23, 2026
@ihortar ihortar marked this pull request as ready for review February 23, 2026 14:29
@cjyuan 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 Mar 3, 2026
@cjyuan
Copy link
Contributor

cjyuan commented Mar 3, 2026

Can you format your PR description to make it look like this:


  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

Completed the following exercises:

  • Key Exercises
  • Implement
  • Test with jest

@ihortar ihortar added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 4, 2026
@cjyuan
Copy link
Contributor

cjyuan commented Mar 4, 2026

Your PR Description does not yet look like what is shown in this comment: #1028 (comment)

@ihortar
Copy link
Author

ihortar commented Mar 4, 2026

Your PR Description does not yet look like what is shown in this comment: #1028 (comment)

Done

@cjyuan cjyuan removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 4, 2026
@ihortar ihortar added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 4, 2026
Copy link
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good. Well done.

Comment on lines +58 to +60
expect(() => getCardValue("Z♠")).toThrow();
expect(() => getCardValue("")).toThrow();
expect(() => getCardValue(null)).toThrow();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A string with valid rank followed by an invalid suit, and a string with a valid rank followed by two suit characters are also good test candidates.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Reviewed Volunteer to add when completing a review with trainee action still to take. labels Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants