-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Maryna Romanova - Sprint-3 #450
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. |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.