Skip to content

London | 26-ITP-May | Rizqah Popoola | Sprint 3 | Quote Generator - #1340

Open
risikatpopoola wants to merge 1 commit into
CodeYourFuture:mainfrom
risikatpopoola:quote-generator
Open

London | 26-ITP-May | Rizqah Popoola | Sprint 3 | Quote Generator#1340
risikatpopoola wants to merge 1 commit into
CodeYourFuture:mainfrom
risikatpopoola:quote-generator

Conversation

@risikatpopoola

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

@risikatpopoola risikatpopoola changed the title London | 26-ITP-May | Carol Owen | Sprint 3 | Quote Generator London | 26-ITP-May | Rizqah Popoola | Sprint 3 | Quote Generator Jul 31, 2026
@abdishakoor-dev abdishakoor-dev added Module-Data-Groups The name of the module. 🏕 Priority Mandatory This work is expected 📅 Sprint 3 Assigned during Sprint 3 of this module labels Aug 3, 2026
@risikatpopoola risikatpopoola added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 5, 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 is working great.

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

Comment on lines +507 to +508
quoteElement.innerText = `❝ ${randomQuote.quote}"`;
authorElement.innerText = `- ${randomQuote.author}`; //I could also use textcontent to access this

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.

The leading " and - appear to be for styling purposes. Keeping them in HTML or in CSS could make it easier to style or modify the view. This allows front-end developers to adjust the UI without changing any JavaScript code.

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

cjyuan commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Where is the "Changelist" section in the PR description?

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. Module-Data-Groups The name of the module. 🏕 Priority Mandatory This work is expected 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants