Skip to content

London | 26-ITP-May | Ebrahim Moqbel | Sprint 1 | Course work - #1581

Open
Ebrahim-Moqbel wants to merge 15 commits into
CodeYourFuture:mainfrom
Ebrahim-Moqbel:coursework/sprint-1
Open

London | 26-ITP-May | Ebrahim Moqbel | Sprint 1 | Course work#1581
Ebrahim-Moqbel wants to merge 15 commits into
CodeYourFuture:mainfrom
Ebrahim-Moqbel:coursework/sprint-1

Conversation

@Ebrahim-Moqbel

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • 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 all of the bellow filles :
Key exercises
Mandatory errors
Mandatory interpret
Stretch exploration

Questions

N/A

@Ebrahim-Moqbel Ebrahim-Moqbel added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Structuring-And-Testing-Data The name of the module. labels Jul 28, 2026
// This should produce the string "CKJ", but you must not write the characters C, K, or J in the code of your solution.

let initials = ``;
let initials = ` ${firstName.charAt(0)}, ${middleName.charAt(0), lastName.charAt(0)}`;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This does not actually produce the exact string mentioned on line 6.

This was what I wrote in the previous PR:

Did you output the value of initials to ensure it match the string describe on line 6?

In software developement, we have to pay attention to every detail in the requirement.

@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 Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Structuring-And-Testing-Data The name of the module. Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants