Skip to content

Birmingham | 26-ITP-Jan | Tasleem Adedokun | Sprint 2 | coursework#1082

Open
tasleemadedokun wants to merge 11 commits intoCodeYourFuture:mainfrom
tasleemadedokun:acoursework/sprint-2
Open

Birmingham | 26-ITP-Jan | Tasleem Adedokun | Sprint 2 | coursework#1082
tasleemadedokun wants to merge 11 commits intoCodeYourFuture:mainfrom
tasleemadedokun:acoursework/sprint-2

Conversation

@tasleemadedokun
Copy link

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

Brief Explanation;
During this course work I was able to interprete some code, fix some errors and ensured i made commit changes bit by bit.

@github-actions

This comment has been minimized.

@tasleemadedokun tasleemadedokun added 📅 Sprint 2 Assigned during Sprint 2 of this module 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 Feb 26, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 26, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@tasleemadedokun tasleemadedokun changed the title Birmingham | 26-ITP-Jan | Tasleem Adedokun | Module Structuring and Testing Data | Sprint 2 | Birmingham | 26-ITP-Jan | Tasleem Adedokun | Module Structuring and Testing Data | Sprint 2 Feb 26, 2026
@github-actions

This comment has been minimized.

@tasleemadedokun tasleemadedokun changed the title Birmingham | 26-ITP-Jan | Tasleem Adedokun | Module Structuring and Testing Data | Sprint 2 Birmingham | 26-ITP-Jan | Tasleem Adedokun | Sprint 2 | coursework Feb 26, 2026
@tasleemadedokun tasleemadedokun added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Feb 26, 2026


function toPounds(penceString) {
const penceStringWithoutTrailingP = penceString.substring(

Choose a reason for hiding this comment

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

Minor detail, for code readability. Keep your const declaration on the same line like this

const penceStringWithoutTrailingP = penceString.substring(0,penceString.length - 1);

Copy link
Author

Choose a reason for hiding this comment

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

Minor detail, for code readability. Keep your const declaration on the same line like this

const penceStringWithoutTrailingP = penceString.substring(0,penceString.length - 1);

Thank you very much. noted with thanks

@netEmmanuel netEmmanuel added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed 📅 Sprint 2 Assigned during Sprint 2 of this module 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 Mar 6, 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