Solve Easy Issue 2: Filter even numbers from array#6370
Merged
nikohoffren merged 1 commit intofork-commit-merge:mainfrom Feb 17, 2026
Merged
Conversation
nikohoffren
approved these changes
Feb 17, 2026
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.
Summary
.filter()method to return all even numbers from the array intasks/javascript/easy/even-numbers.js