-
-
Notifications
You must be signed in to change notification settings - Fork 157
CYF-ITP-South Africa | Evelyn Nomsa Mwanunura| Data Groups | Sprint 3 -Alarm Clock App #316
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
base: main
Are you sure you want to change the base?
CYF-ITP-South Africa | Evelyn Nomsa Mwanunura| Data Groups | Sprint 3 -Alarm Clock App #316
Conversation
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.
- Consider replacing the function syntax with arrow functions.
- Line 3 is a repetition of line 53
- stop alarm button is not stopping the timer
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.
Hi Kudah
I have implemented the suggestions, may you please review them.
Thank you.
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.
Hi Evelyn
- Your stop button is not yet pausing the clock ( you can have another event listener to control the timer since you are not allowed to edit the one provide)
- In your javascript file, please try to improve the way you structure your code, put variable declarations together, functions together, don't mix things
- https://stackoverflow.com/questions/30961607/how-do-i-add-two-different-event-listeners-to-one-button
Dear mentors and volunteers ,could you please review my PR? Thank you so much.
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.