Skip to content
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

Implement Array.prototype.filter method #262

Merged

Conversation

Nickforall
Copy link
Contributor

I implemented the Array.prototype.filter method according to the spec. Took the implementation of map as a reference, let me know if I missed something.

Copy link
Member

@jasonwilliams jasonwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I like the implementation and the tests, maybe we need to make an issue for Displaying arrays, needs rebase

@Nickforall Nickforall force-pushed the feature/array-prototype-filter branch from 1844400 to 190a3c4 Compare March 7, 2020 11:06
@Nickforall
Copy link
Contributor Author

Rebased ✅

@Nickforall Nickforall force-pushed the feature/array-prototype-filter branch from 190a3c4 to 987a1bd Compare March 9, 2020 09:11
@Nickforall
Copy link
Contributor Author

Rebased again due to conflicts from #268 😛

@Nickforall Nickforall force-pushed the feature/array-prototype-filter branch from 987a1bd to be6a87d Compare March 9, 2020 11:37
@jasonwilliams jasonwilliams merged commit 6fa8d48 into boa-dev:master Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants