-
-
Notifications
You must be signed in to change notification settings - Fork 93
Maryna Romanova - Sprint-3 #450
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?
Conversation
Sprint-3/alarmclock/alarmclock.js
Outdated
const timeRemaining = document.querySelector("#timeValue"); | ||
const stepTime = 100 | ||
const startButton = document.querySelector("#set"); | ||
let isAudioPlaed = false; |
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.
Is this a typo?
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.
Yes, english not my fist language, sorry for mistakes.
|
||
function setAlarm() { | ||
let fistRemaider = +timeRemaining.innerHTML * 1000; | ||
|
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.
is fistRemaider a typo? if not just ignore
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.
I fixes my typo.
Sprint-3/slideshow/style.css
Outdated
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.
Comments in a different language - amend to English for submission purposes
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.
All comments in other languages have been removed.
Add comments to submissions without them to show thought processes. Other points to be clarified have been noted. |
Dear @fearcyf ,I have corrected everything you have indicated, please check. If everything is good, then approve my Sprint-3. |
In Step 3, you have to submit a PR for the Alarm Clock project and a PR for the Quote Generator project. Keep those two projects in separate PRs. |
Sprint-3/quote-generator/index.html
Outdated
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.
Random code is not displayed on page load - to be corrected
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.
Yes, it's designed that way, you have to press the button first
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.
This is not working in my Browser. There areas to be reviewed specifically line 26. I advise breaking this down into multiple pull requests. Also look strengthening your process for handling inputs and checking out the clear interval function.
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.
line 26 of test.js to be precise
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.
All is fixed
Points to be addressed before pushing has been raised. |
Maryna, I thought you made changes to this Sprint's code - I'll change the label back to reviewed. |
@fearcyf As you requested, I have created two separate Pull Requests and submitted them for review: Kindly asking you to review them. Thank you! |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.