Skip to content

West Midlands | 26-Jan-ITP | Fida H Ali Zada | Sprint 3 | Refactoring Dead Code#1155

Open
alizada-dev wants to merge 2 commits intoCodeYourFuture:mainfrom
alizada-dev:coursework/sprint-3-dead-code
Open

West Midlands | 26-Jan-ITP | Fida H Ali Zada | Sprint 3 | Refactoring Dead Code#1155
alizada-dev wants to merge 2 commits intoCodeYourFuture:mainfrom
alizada-dev:coursework/sprint-3-dead-code

Conversation

@alizada-dev
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

Refactored the dead code from the two given exercises.

@alizada-dev alizada-dev added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 4, 2026
@SlideGauge SlideGauge added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Mar 14, 2026
const greeting = "hello";

function sayHello(greeting, name) {
const greetingStr = greeting + ", " + name + "!";

Choose a reason for hiding this comment

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

nice catch, string is not needed either, as console is dead code too

@SlideGauge SlideGauge 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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Mar 14, 2026
@SlideGauge
Copy link

Complete

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