Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CYF London | Rihanna Poursoltani | Module-Data-Groups | Sprint 3 | Quote Generator App #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RihannaP
Copy link

@RihannaP RihannaP commented Jan 10, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@RihannaP RihannaP added the Needs Review Participant to add when requesting review label Jan 10, 2025
@cjyuan
Copy link

cjyuan commented Jan 13, 2025

This branch also contains modified files from Sprint-1. Can you try rebase it onto main?

@RihannaP RihannaP force-pushed the sprint-3-quote-generator branch from 6a3c685 to 8b7427c Compare January 13, 2025 02:56
@RihannaP RihannaP force-pushed the sprint-3-quote-generator branch from 8b7427c to 992e969 Compare January 13, 2025 03:08
@RihannaP
Copy link
Author

RihannaP commented Jan 13, 2025

This branch also contains modified files from Sprint-1. Can you try rebase it onto main?
@cjyuan
Thank you for mentioning that. Can you check again?

@RihannaP RihannaP added the 🔑 Priority Key Do this first label Jan 13, 2025
Copy link

@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.

Code is good. Feel free to mark this as "Completed".

authorLine.textContent = randomArr.author;
}

window.onload = randomQuoteGenerate;
Copy link

Choose a reason for hiding this comment

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

Suggestion: Between the following two approaches for assigning event listener

  • window.onload = event_listener
  • window.addEventListener('load', event_listener)

the latter is better.

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review and removed Needs Review Participant to add when requesting review labels Jan 14, 2025
@RihannaP RihannaP added Complete Participant to add when work is complete and review comments have been addressed and removed 🔑 Priority Key Do this first labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Participant to add when work is complete and review comments have been addressed Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants