Sheffield | 26-ITP-jan | Martha Ogunbiyi | Sprint 2 | Book Library#447
Sheffield | 26-ITP-jan | Martha Ogunbiyi | Sprint 2 | Book Library#447marthak1 wants to merge 19 commits intoCodeYourFuture:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cjyuan
left a comment
There was a problem hiding this comment.
Can you check if any of this general feedback can help you further improve your code?
https://github.com/CodeYourFuture/Module-Data-Flows/blob/general-review-feedback/debugging/book-library/feedback.md
Doing so can help me speed up the review process. Thanks.
… , add alert message after book deletion
This comment has been minimized.
This comment has been minimized.
Moved element retrieval to the top and removed duplicate declarations.
Replaced old table deletion method with innerHTML clearing.
|
Thanks for the feedback, changes has been made . |
There was a problem hiding this comment.
-
There is a syntax error in your code. It's a good practice to test all changes before pushing them to GitHub for review.
-
Note: You can also add rows to
tableBody.
Added missing opening brace for the render function.
| showMessage(`You've deleted: ${deletedTitle}`); | ||
| }); | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Indentation is off. Have you successfully enabled "Format on save"?
|
Closing PR because the January ITP run has finished. Feel free to re-open if you're still working on it. |
Learners, PR Template
Self checklist
Changelist
Fixed errors in book-library file