-
-
Notifications
You must be signed in to change notification settings - Fork 125
London | 25-ITP-May | Khilola Rustamova |Sprint 2| book library #310
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
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
1 similar comment
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
5 similar comments
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Sprint part (SPRINT 2) doesn't match expected format (example: 'Sprint 2', without quotes) |
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.
Can you check if any of this general feedback can help you further improve your code?
https://github.com/cjyuan/Module-Data-Flows/blob/book-library-feedback/debugging/book-library/feedback.md
Doing so can help me speed up the review process. Thanks.
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.
Changes look good.
alert("Please fill all fields correctly!"); | ||
return; | ||
} | ||
let book = new Book(title, author, Number(pages), readCheckBox.checked); |
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.
pages
could be a string resembling a number with decimal places.
if(confirm(`Are you sure you want to delete " ${myLibrary[i].title}"?`)){ | ||
myLibrary.splice(i, 1); | ||
render(); | ||
} | ||
}); |
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.
Why not use the VSCode extension 'prettier' to auto indent JS code?
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.