Implement book search and filter features and add challenge documentation for JavaScript task(hard)#5942
Merged
nikohoffren merged 1 commit intofork-commit-merge:mainfrom Dec 20, 2025
Conversation
…scribe the challenge
nikohoffren
approved these changes
Dec 20, 2025
Member
Merged
Thank you for your contribution! Your Pull Request has been merged, and the files have been reset for the next contributor. What's next?If you're looking for more ways to contribute, we invite you to check out our forkcommitmerge.dev website repository. The repository contains real issues you can help resolve, or you can create some of your own if you notice any bugs or want to suggest new features. You can also check out the Influences section in the README to find more projects similar to this one. Also please leave a star to this project if you found it helpful. We look forward to seeing your contributions! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I Implmented
searchBooksandfilterBooksfeatures, I createdreadme.mdthat describe the challenge(documentation), I add new property for the Library class calledtotalBooksthat count the total number of books in the library, the property is incremented by 1 when we create a new book.Pull Request Type
What kind of change does this PR introduce?
Issue Number: N/A
Issue Number: [Insert Issue Number (if applicable)]
Info For Contributors
Remember NOT to close the Pull Request yourself, wait until it gets merged or changes are requested.
If you are asked to make changes to your code, you can do so by committing them to the same branch. There is no need to close the current Pull Request and open a new one.