Skip to content

London | 26-ITP-May | Russom Gebremeskel | Sprint 1 | Coursework - #1339

Open
russom-g wants to merge 39 commits into
CodeYourFuture:mainfrom
russom-g:coursework/sprint-1
Open

London | 26-ITP-May | Russom Gebremeskel | Sprint 1 | Coursework#1339
russom-g wants to merge 39 commits into
CodeYourFuture:mainfrom
russom-g:coursework/sprint-1

Conversation

@russom-g

@russom-g russom-g commented Jul 30, 2026

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

In this sprint fix, implement, refactor codes worked on.

russom and others added 27 commits July 16, 2026 20:57
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 30, 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 Jul 30, 2026
@russom-g russom-g changed the title London | 26-ITP-May | Russom Gebremeskel | Sprint 1 London | 26-ITP-May | Russom Gebremeskel | Sprint 1 | Coursework Jul 30, 2026
@github-actions

This comment has been minimized.

@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 30, 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 Jul 30, 2026
@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 30, 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 Jul 30, 2026
@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 30, 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 Jul 30, 2026
@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 30, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Aug 1, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work on these. Functionally they are correct, but they could be improved further

Comment thread Sprint-1/implement/dedupe.js Outdated
}
}
if (elements.length === arr.length) {
return arr.slice();

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why do you need this if branch? What does it do?

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.

Hi @LonMcGregor Thanks for the review and feedback first of all.

I must have forgot to delete it when I finished working on this specific program. It is deleted now.

Comment thread Sprint-1/implement/sum.js Outdated
return sum;
}

let numbers = ["c", "b", "hi", 1];

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is there a better place to put this test case?

@russom-g russom-g Aug 1, 2026

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.

Yes. I forgot the remove this after I finished testing with it. I was rushing with my work and i forget to tidy up a few things. I know this isn't a good excuse. It is deleted now.

Comment thread Sprint-1/implement/dedupe.test.js Outdated
test.todo("given an empty array, it returns an empty array");
//test.todo("given an empty array, it returns an empty array");
test("given an empty array, it returns an empty array", function() {
console.log(dedupe)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why are you logging something here?

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.

Again I must have left it there by mistake. I deleted it now.

@LonMcGregor LonMcGregor 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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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