Skip to content

London | 26-ITP-May | Russom Gebremeskel | Sprint 3 | Quote Generator - #1438

Open
russom-g wants to merge 1 commit into
CodeYourFuture:mainfrom
russom-g:sprint-3/quote-generator
Open

London | 26-ITP-May | Russom Gebremeskel | Sprint 3 | Quote Generator#1438
russom-g wants to merge 1 commit into
CodeYourFuture:mainfrom
russom-g:sprint-3/quote-generator

Conversation

@russom-g

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

Quote generator app for displaying random quote and the author implemented.

@github-actions

This comment has been minimized.

@russom-g
russom-g force-pushed the sprint-3/quote-generator branch from 79dbd5d to 70b8e5e Compare August 18, 2026 20:48
@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 18, 2026

@cjyuan cjyuan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code looks good.

Could you remove all unused code (instead of making them into comments) to keep the code base clean?

Note: It is a best practice to respect instructions like // DO NOT EDIT BELOW HERE.

Comment on lines +515 to +517
//function pickFromArray(choices) {
// return choices[Math.floor(Math.random() * choices.length)];
//} No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Unused code should be removed to keep the code base clean.

@cjyuan cjyuan 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. labels Aug 18, 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