Skip to content

Manchester | 26-ITP-May | Abid Akhtar | Sprint 1 | Exercises #1509

Open
AbidAkhtar-tech wants to merge 10 commits into
CodeYourFuture:mainfrom
AbidAkhtar-tech:Abid/Sprint-1
Open

Manchester | 26-ITP-May | Abid Akhtar | Sprint 1 | Exercises #1509
AbidAkhtar-tech wants to merge 10 commits into
CodeYourFuture:mainfrom
AbidAkhtar-tech:Abid/Sprint-1

Conversation

@AbidAkhtar-tech

Copy link
Copy Markdown

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

This PR is about different error exercises and code snippets that needed to be solved while learning the different functions involved.

@AbidAkhtar-tech AbidAkhtar-tech 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 14, 2026
@hey-hammad hey-hammad added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 16, 2026
// Declare a variable called initials that stores the first character of each string.
// 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 = `${firstName.charAt(0)} ${middleName.charAt(0)} ${lastName.charAt(0)}`;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please review the instruction and value of the variable again. Thanks

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Can you elaborate on what is missing in this exercise?


What effect does calling the `prompt` function have?
What is the return value of `prompt`?
Open a new window in Chrome,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please complete this exercise.


What does `console` store?
What does the syntax `console.log` or `console.assert` mean? In particular, what does the `.` mean?
## Objects

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please complete this exercise

@hey-hammad hey-hammad 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 Jul 16, 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