Skip to content

Glasgow| 2026-ITP-May | Tuan Nguyen| Sprint 3 | Quote-generator-app#1218

Open
Jacknguyen4438 wants to merge 2 commits into
CodeYourFuture:mainfrom
Jacknguyen4438:Sprint-3-qoute-genrator
Open

Glasgow| 2026-ITP-May | Tuan Nguyen| Sprint 3 | Quote-generator-app#1218
Jacknguyen4438 wants to merge 2 commits into
CodeYourFuture:mainfrom
Jacknguyen4438:Sprint-3-qoute-genrator

Conversation

@Jacknguyen4438
Copy link
Copy Markdown

@Jacknguyen4438 Jacknguyen4438 commented May 7, 2026

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

Hello thank you for checking this PR. I have done this course work beforehand and here is the old PR link from ITP-JAN for this course work and it ready to be check again Quote-generator-app #1210.. This is the same with my PR for this module so if additional change need to be add please let me know

Questions

No Question.

@Jacknguyen4438 Jacknguyen4438 added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Data-Groups The name of the module. Core This is a core task and should be completed by all trainees labels May 7, 2026
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

To provide fuller context for this code review, can you include the link to your previous reviewed PR in the PR description?

@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 May 10, 2026
@Jacknguyen4438
Copy link
Copy Markdown
Author

Hello @cjyuan and Thank you for the feedback I have change the description to help it explain more on what is this PR is about. if any further change need to be make please let me know.

Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

All good.

Comment on lines +505 to +508
showRandomQuote();

const newQuoteBtn = document.querySelector("#new-quote");
newQuoteBtn.addEventListener("click", showRandomQuote);
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.

Could consider placing all the "run on load" code inside a function to make it clearer that
"this is what runs when the page loads." For examples,

function setup() {
  // code to be executed on page load
}

window.addEventListener('load', setup);

or

window.addEventListener('load', function() {
  // code to be executed on page load
});

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.

Thank you for the feed back I will post the answer here when I am done thank you.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels May 10, 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. Core This is a core task and should be completed by all trainees Module-Data-Groups The name of the module. 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants