Skip to content

Comments

Cape Town | 2026-ITP-Jan | Isaac Abodunrin | Sprint 2 | Coursework Exercises#933

Open
bytesandroses wants to merge 11 commits intoCodeYourFuture:mainfrom
bytesandroses:coursework/sprint-2
Open

Cape Town | 2026-ITP-Jan | Isaac Abodunrin | Sprint 2 | Coursework Exercises#933
bytesandroses wants to merge 11 commits intoCodeYourFuture:mainfrom
bytesandroses:coursework/sprint-2

Conversation

@bytesandroses
Copy link
Member

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 the following exercises:

  1. Key Errors
  2. Mandatory Debug
  3. Mandatory Implement
  4. Mandatory Interpret

@bytesandroses bytesandroses added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 7, 2026
@cjyuan cjyuan 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 Feb 16, 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.

Nicely done!

// The last digit of 105 is 3
// The last digit of 806 is 3

const num = 103;
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: Deleting the global num is optional. Within the function block, num is resolved to the parameter num.
If you are interested in the topic, you can looking up these two concepts, identifier scope and identifier resolution, in the context of JavaScript programming. ChatGPT can give a good explanation.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Feb 16, 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