-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
base: main
Are you sure you want to change the base?
Conversation
This branch also contains modified files from Sprint-1. Can you try rebase it onto main? |
6a3c685
to
8b7427c
Compare
8b7427c
to
992e969
Compare
|
There was a problem hiding this 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; |
There was a problem hiding this comment.
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.
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.