-
-
Notifications
You must be signed in to change notification settings - Fork 69
London_ITP_Jan_2025 | FRANKLIN KAMELA | Module_Data_Flows | Book_Library | Sprint_2 #171
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
hi @halilibrahimcelik could you please review |
Hi Franklin, I couldn't catch up with you with your other PR's I've been incredibly busy lately. |
debugging/book-library/script.js
Outdated
author.value === null || | ||
author.value === "" || | ||
pages.value === null || | ||
pages.value === "" |
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.
debugging/book-library/script.js
Outdated
deleteCell.appendChild(delButton); | ||
delButton.className = "btn btn-warning"; | ||
delButton.innerHTML = "Delete"; | ||
delButton.addEventListener("click", function () { | ||
alert(`You've deleted title: ${myLibrary[i].title}`); |
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.
Okay here's a challenge for you. Once user click on delete button, you warn user that book is about to be deleted. It would be nice to have functionality that user also be able to change his mind and cancel this delete process.
Hi @halilibrahimcelik i amended my code to address your review comments. |
hi @halilibrahimcelik could you please review my code |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.